From 9caac23d3c823a9c91292f7c75384ba09525d21b Mon Sep 17 00:00:00 2001 From: artemp Date: Tue, 12 Apr 2016 14:56:32 +0200 Subject: [PATCH] remove bogus fwd decl --- include/mapnik/proj_strategy.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/mapnik/proj_strategy.hpp b/include/mapnik/proj_strategy.hpp index 064f3669b..a8366fc5a 100644 --- a/include/mapnik/proj_strategy.hpp +++ b/include/mapnik/proj_strategy.hpp @@ -35,13 +35,8 @@ #include #pragma GCC diagnostic pop - namespace mapnik { -namespace geometry { -template struct point; -template struct line_string; -} class projection; template class box2d;