iwyu
This commit is contained in:
parent
8dcd85a708
commit
133f399777
4 changed files with 10 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
#include <mapnik/util/trim.hpp> // for trim
|
||||
|
||||
// boost
|
||||
#include "boost/algorithm/string/replace.hpp" // for ireplace_all, etc
|
||||
#include <boost/algorithm/string/replace.hpp> // for ireplace_all, etc
|
||||
|
||||
// stl
|
||||
#include <sstream>
|
||||
|
|
|
@ -24,7 +24,12 @@
|
|||
#define MAPNIK_SYMBOLIZER_UTILS_HPP
|
||||
|
||||
// mapnik
|
||||
#include <mapnik/expression_string.hpp>
|
||||
#include <mapnik/symbolizer_keys.hpp>
|
||||
#include <mapnik/raster_colorizer.hpp>
|
||||
#include <mapnik/path_expression.hpp>
|
||||
#include <mapnik/parse_path.hpp>
|
||||
#include <mapnik/color.hpp>
|
||||
#include <mapnik/expression.hpp>
|
||||
#include <mapnik/transform_processor.hpp>
|
||||
#include <mapnik/color_factory.hpp>
|
||||
#include <mapnik/symbolizer.hpp>
|
||||
|
|
|
@ -32,7 +32,8 @@
|
|||
|
||||
// boost
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/algorithm/string/join.hpp>
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
|
||||
// stl
|
||||
#include <algorithm>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <mapnik/utils.hpp>
|
||||
|
||||
// boost
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue