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
|
// 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 {
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
// stl
|
// stl
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <mapnik/geometry.hpp>
|
#include <mapnik/geometry/point.hpp>
|
||||||
|
|
||||||
namespace mapnik
|
namespace mapnik
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue