avoid including cairo-ft in header
This commit is contained in:
parent
5239bef595
commit
9107046508
2 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,6 @@
|
||||||
|
|
||||||
// cairo
|
// cairo
|
||||||
#include <cairo.h>
|
#include <cairo.h>
|
||||||
#include <cairo-ft.h>
|
|
||||||
|
|
||||||
// stl
|
// stl
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue