fix header include comment
This commit is contained in:
parent
2b90b382e7
commit
617524505b
1 changed files with 2 additions and 4 deletions
|
@ -28,18 +28,16 @@
|
||||||
#include <mapnik/font_set.hpp>
|
#include <mapnik/font_set.hpp>
|
||||||
#include <mapnik/noncopyable.hpp>
|
#include <mapnik/noncopyable.hpp>
|
||||||
|
|
||||||
// boost
|
// stl
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <utility> // pair
|
#include <utility> // pair
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
#ifdef MAPNIK_THREADSAFE
|
#ifdef MAPNIK_THREADSAFE
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// stl
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
struct FT_LibraryRec_;
|
struct FT_LibraryRec_;
|
||||||
struct FT_MemoryRec_;
|
struct FT_MemoryRec_;
|
||||||
namespace boost { template <class T> class optional; }
|
namespace boost { template <class T> class optional; }
|
||||||
|
|
Loading…
Reference in a new issue