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/noncopyable.hpp>
|
||||
|
||||
// boost
|
||||
// stl
|
||||
#include <memory>
|
||||
#include <map>
|
||||
#include <utility> // pair
|
||||
#include <vector>
|
||||
|
||||
#ifdef MAPNIK_THREADSAFE
|
||||
#include <mutex>
|
||||
#endif
|
||||
|
||||
// stl
|
||||
#include <vector>
|
||||
|
||||
struct FT_LibraryRec_;
|
||||
struct FT_MemoryRec_;
|
||||
namespace boost { template <class T> class optional; }
|
||||
|
|
Loading…
Reference in a new issue