diff options
| author | marha <marha@users.sourceforge.net> | 2014-06-26 10:37:02 +0200 |
|---|---|---|
| committer | marha <marha@users.sourceforge.net> | 2014-06-26 10:37:02 +0200 |
| commit | 095ea6e18c55df550fda14f72c2d174af9b239ba (patch) | |
| tree | 7dd06ce2fbb82397123186136c92e14aa158e7d3 /freetype/src/cff/cffload.c | |
| parent | 90137f4c5e30b1c6f9a262e8c853494540dad2d7 (diff) | |
| download | vcxsrv-095ea6e18c55df550fda14f72c2d174af9b239ba.tar.gz vcxsrv-095ea6e18c55df550fda14f72c2d174af9b239ba.tar.bz2 vcxsrv-095ea6e18c55df550fda14f72c2d174af9b239ba.zip | |
Solved freetype compilation problems
Diffstat (limited to 'freetype/src/cff/cffload.c')
| -rw-r--r-- | freetype/src/cff/cffload.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/freetype/src/cff/cffload.c b/freetype/src/cff/cffload.c index 2e4da25d8..0017f2efb 100644 --- a/freetype/src/cff/cffload.c +++ b/freetype/src/cff/cffload.c @@ -17,11 +17,11 @@ #include <ft2build.h> -#include <freetype/internal/ftdebug.h> -#include <freetype/internal/ftobjs.h> -#include <freetype/internal/ftstream.h> -#include <freetype/tttags.h> -#include <freetype/t1tables.h> +#include <internal/ftdebug.h> +#include <internal/ftobjs.h> +#include <internal/ftstream.h> +#include <tttags.h> +#include <t1tables.h> #include "cffload.h" #include "cffparse.h" |
