remove unused includes
This commit is contained in:
parent
9fe049d8af
commit
ea54876d79
3 changed files with 1 additions and 4 deletions
|
@ -24,7 +24,6 @@
|
|||
#define MAPNIK_POOL_HPP
|
||||
|
||||
// mapnik
|
||||
#include <mapnik/util/singleton.hpp>
|
||||
#include <mapnik/util/noncopyable.hpp>
|
||||
|
||||
// boost
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue