X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=pdf%2Fsplash%2FSplashFTFont.cc;h=82340148f88ba4c464907745b85e25b9a832f9a0;hb=d56721e376e72279f86d8dff2c791fc3d3affe92;hp=a7d0396e8370dd96cadfa061e2a2e7e3dafd73b2;hpb=bace4ea18c03bfcaadab55300bc15290f87540c7;p=evince.git diff --git a/pdf/splash/SplashFTFont.cc b/pdf/splash/SplashFTFont.cc index a7d0396e..82340148 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);