Merge pull request #1761 from avlee/issue1702

iwyu: mapnik::attribute
This commit is contained in:
Dane Springmeyer 2013-03-13 23:10:49 -07:00
commit 50b8386dd8
3 changed files with 3 additions and 2 deletions

View file

@ -27,7 +27,6 @@
#include <mapnik/attribute.hpp>
#include <mapnik/feature.hpp>
#include <mapnik/value.hpp>
#include <mapnik/path_expression.hpp>
// boost
#include <boost/variant.hpp>

View file

@ -28,6 +28,7 @@
#include <mapnik/config.hpp>
#include <mapnik/debug.hpp>
#include <mapnik/raster_colorizer.hpp>
#include <mapnik/attribute.hpp>
#include <mapnik/symbolizer.hpp>
#include <mapnik/image_util.hpp>
#include <mapnik/image_compositing.hpp>

View file

@ -21,8 +21,9 @@
*****************************************************************************/
//mapnik
#include <mapnik/feature.hpp>
#include <mapnik/symbolizer.hpp>
#include <mapnik/attribute.hpp>
#include <mapnik/feature.hpp>
#include <mapnik/transform_processor.hpp>
namespace mapnik {