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
#include <mapnik/config.hpp>
#include <mapnik/geometry.hpp>
#include <mapnik/geometry/point.hpp>
// stl
#include <limits>
#include <string>
// agg
// forward declare so that apps using mapnik do not need agg headers
namespace agg {

View file

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