]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/splash/SplashFTFont.cc
Import of xpdf code from gpdf.
[evince.git] / pdf / splash / SplashFTFont.cc
index a7d0396e8370dd96cadfa061e2a2e7e3dafd73b2..82340148f88ba4c464907745b85e25b9a832f9a0 100644 (file)
@@ -12,8 +12,6 @@
 #pragma implementation
 #endif
 
-#include "freetype/ftoutln.h"
-#include "freetype/internal/ftobjs.h" // needed for FT_New_Size decl
 #include "gmem.h"
 #include "SplashMath.h"
 #include "SplashGlyphBitmap.h"
@@ -22,6 +20,9 @@
 #include "SplashFTFontFile.h"
 #include "SplashFTFont.h"
 
+#include FT_OUTLINE_H
+#include FT_INTERNAL_OBJECTS_H // needed for FT_New_Size decl
+
 //------------------------------------------------------------------------
 
 static int glyphPathMoveTo(FT_Vector *pt, void *path);