From 071c67d4383d790472dd4ab4f29b340e2f128fdb Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sun, 13 Jan 2013 22:01:13 -0800 Subject: [PATCH] iwyu --- plugins/input/shape/shape_io.hpp | 3 +-- src/raster_colorizer.cpp | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/input/shape/shape_io.hpp b/plugins/input/shape/shape_io.hpp index 4f5c8cd2b..34d091f8f 100644 --- a/plugins/input/shape/shape_io.hpp +++ b/plugins/input/shape/shape_io.hpp @@ -25,7 +25,7 @@ // mapnik #include -#include +#include #include // boost @@ -33,7 +33,6 @@ #include "dbfile.hpp" #include "shapefile.hpp" -#include "shp_index.hpp" struct shape_io : mapnik::noncopyable { diff --git a/src/raster_colorizer.cpp b/src/raster_colorizer.cpp index 817999921..036387c20 100644 --- a/src/raster_colorizer.cpp +++ b/src/raster_colorizer.cpp @@ -23,6 +23,7 @@ // mapnik #include #include +#include // for to_double #include #include #include