From 617524505b09f45c5849d47ef321cff7da81e05b Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Tue, 5 Aug 2014 13:15:55 -0400 Subject: [PATCH] fix header include comment --- include/mapnik/font_engine_freetype.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/mapnik/font_engine_freetype.hpp b/include/mapnik/font_engine_freetype.hpp index a8fb6b453..1bae33087 100644 --- a/include/mapnik/font_engine_freetype.hpp +++ b/include/mapnik/font_engine_freetype.hpp @@ -28,18 +28,16 @@ #include #include -// boost +// stl #include #include #include // pair +#include #ifdef MAPNIK_THREADSAFE #include #endif -// stl -#include - struct FT_LibraryRec_; struct FT_MemoryRec_; namespace boost { template class optional; }