remove unused #include's

This commit is contained in:
artemp 2015-06-16 10:04:50 +02:00
parent bb6c9a98a5
commit 0a24e8cfca
3 changed files with 0 additions and 3 deletions

View file

@ -24,7 +24,6 @@
#define MAPNIK_FILE_IO_HPP
// mapnik
#include <mapnik/util/singleton.hpp>
#include <mapnik/make_unique.hpp>
#include <mapnik/util/noncopyable.hpp>
#include <mapnik/util/utf_conv_win.hpp>

View file

@ -28,7 +28,6 @@
#include <mapnik/params.hpp>
#include <mapnik/plugin.hpp>
#include <mapnik/util/fs.hpp>
#include <mapnik/util/singleton.hpp>
// boost
#pragma GCC diagnostic push

View file

@ -22,7 +22,6 @@
// mapnik
#include <mapnik/projection.hpp>
#include <mapnik/util/singleton.hpp>
#include <mapnik/util/trim.hpp>
#include <mapnik/well_known_srs.hpp>