diff --git a/include/mapnik/marker.hpp b/include/mapnik/marker.hpp index ee24871bd..9a30ab67c 100644 --- a/include/mapnik/marker.hpp +++ b/include/mapnik/marker.hpp @@ -27,13 +27,9 @@ #include #include #include +#include #include -#pragma GCC diagnostic push -#include -#include "agg_array.h" -#pragma GCC diagnostic pop - // stl #include #include @@ -42,10 +38,8 @@ namespace mapnik { struct image_any; -namespace svg { struct path_attributes; } using svg::svg_path_adapter; - using svg_attribute_type = std::deque; using svg_storage_type = svg::svg_storage; using svg_path_ptr = std::shared_ptr;