Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/splash/SplashFTFont.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/splash/SplashFTFont.cc')
-rw-r--r--pdf/splash/SplashFTFont.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/pdf/splash/SplashFTFont.cc b/pdf/splash/SplashFTFont.cc
index a7d0396..8234014 100644
--- a/pdf/splash/SplashFTFont.cc
+++ b/pdf/splash/SplashFTFont.cc
@@ -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);