only include what you need

This commit is contained in:
artemp 2016-06-20 15:24:30 +01:00
parent 44fc27a346
commit e86a59223b
2 changed files with 3 additions and 2 deletions

View file

@ -25,9 +25,10 @@
// mapnik // mapnik
#include <mapnik/config.hpp> #include <mapnik/config.hpp>
#include <mapnik/geometry.hpp> #include <mapnik/geometry/point.hpp>
// stl // stl
#include <limits> #include <limits>
#include <string>
// agg // agg
// forward declare so that apps using mapnik do not need agg headers // forward declare so that apps using mapnik do not need agg headers
namespace agg { namespace agg {

View file

@ -24,7 +24,7 @@
// stl // stl
#include <cmath> #include <cmath>
#include <mapnik/geometry.hpp> #include <mapnik/geometry/point.hpp>
namespace mapnik namespace mapnik
{ {