removed unneeded headers
This commit is contained in:
parent
308e315432
commit
b54aa9091b
1 changed files with 1 additions and 7 deletions
|
@ -23,13 +23,7 @@
|
||||||
|
|
||||||
// mapnik
|
// mapnik
|
||||||
#include <mapnik/graphics.hpp>
|
#include <mapnik/graphics.hpp>
|
||||||
|
|
||||||
#include <mapnik/image_util.hpp>
|
#include <mapnik/image_util.hpp>
|
||||||
// stl
|
|
||||||
#include <cassert>
|
|
||||||
#include <string.h>
|
|
||||||
#include <stack>
|
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
namespace mapnik
|
namespace mapnik
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue