From d1a4268eb625f32ad436682cedb5de723cbff3b6 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 24 Feb 2016 22:39:50 -0800 Subject: [PATCH] remove unneeded includes - found with http://include-what-you-use.org --- utils/mapnik-index/process_geojson_file.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/utils/mapnik-index/process_geojson_file.cpp b/utils/mapnik-index/process_geojson_file.cpp index ac0fa92a4..fb393a938 100644 --- a/utils/mapnik-index/process_geojson_file.cpp +++ b/utils/mapnik-index/process_geojson_file.cpp @@ -21,11 +21,6 @@ *****************************************************************************/ #include "process_geojson_file.hpp" -#include -#include -#include -#include -#include #if defined(MAPNIK_MEMORY_MAPPED_FILE) #pragma GCC diagnostic push @@ -35,9 +30,10 @@ #include #pragma GCC diagnostic pop #include +#else +#include #endif -#include #include #include