only include what you need
This commit is contained in:
parent
44fc27a346
commit
e86a59223b
2 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
// stl
|
||||
#include <cmath>
|
||||
#include <mapnik/geometry.hpp>
|
||||
#include <mapnik/geometry/point.hpp>
|
||||
|
||||
namespace mapnik
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue