remove unused includes

This commit is contained in:
Mickey Rose 2016-02-20 01:16:11 +01:00
parent 9fe049d8af
commit ea54876d79
3 changed files with 1 additions and 4 deletions

View file

@ -24,7 +24,6 @@
#define MAPNIK_POOL_HPP
// mapnik
#include <mapnik/util/singleton.hpp>
#include <mapnik/util/noncopyable.hpp>
// boost

View file

@ -23,8 +23,8 @@
#define MAPNIK_FACE_HPP
//mapnik
#include <mapnik/text/glyph_info.hpp>
#include <mapnik/config.hpp>
#include <mapnik/text/glyph_info.hpp>
#include <mapnik/util/noncopyable.hpp>
// freetype2
@ -36,7 +36,6 @@ extern "C"
}
//stl
#include <unordered_map>
#include <memory>
#include <string>
#include <vector>

View file

@ -27,7 +27,6 @@
#include <mapnik/text/face.hpp>
#include <mapnik/util/fs.hpp>
#include <mapnik/util/file_io.hpp>
#include <mapnik/util/singleton.hpp>
#include <mapnik/make_unique.hpp>
#pragma GCC diagnostic push