avoid including cairo-ft in header

This commit is contained in:
Dane Springmeyer 2013-05-22 23:23:22 -07:00
parent 5239bef595
commit 9107046508
2 changed files with 2 additions and 1 deletions

View file

@ -41,7 +41,6 @@
// cairo // cairo
#include <cairo.h> #include <cairo.h>
#include <cairo-ft.h>
// stl // stl
#include <map> #include <map>

View file

@ -26,6 +26,8 @@
#include <mapnik/text_path.hpp> #include <mapnik/text_path.hpp>
#include <mapnik/font_set.hpp> #include <mapnik/font_set.hpp>
#include <cairo-ft.h>
#include <valarray> #include <valarray>
namespace mapnik { namespace mapnik {