iwyu
This commit is contained in:
parent
ed163817ab
commit
18ab68f03f
5 changed files with 1 additions and 6 deletions
|
@ -33,9 +33,6 @@
|
|||
#include <mapnik/css_color_grammar.hpp>
|
||||
#include <mapnik/unicode.hpp>
|
||||
|
||||
// boost
|
||||
#include <boost/format.hpp>
|
||||
|
||||
//stl
|
||||
#include <string>
|
||||
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
// boost
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/tokenizer.hpp>
|
||||
#include <boost/format.hpp>
|
||||
#include <boost/make_shared.hpp>
|
||||
|
||||
// stl
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
// boost
|
||||
#include <boost/algorithm/string/replace.hpp>
|
||||
#include <boost/make_shared.hpp>
|
||||
#include <boost/format.hpp>
|
||||
|
||||
#include "raster_featureset.hpp"
|
||||
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
// boost
|
||||
#include <boost/utility.hpp>
|
||||
#include <boost/format.hpp>
|
||||
|
||||
class single_file_policy
|
||||
{
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <mapnik/css_color_grammar.hpp>
|
||||
|
||||
// boost
|
||||
#include <boost/format.hpp>
|
||||
#include <boost/version.hpp>
|
||||
|
||||
// stl
|
||||
|
|
Loading…
Reference in a new issue