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/psnames | |
parent | 90137f4c5e30b1c6f9a262e8c853494540dad2d7 (diff) | |
download | vcxsrv-095ea6e18c55df550fda14f72c2d174af9b239ba.tar.gz vcxsrv-095ea6e18c55df550fda14f72c2d174af9b239ba.tar.bz2 vcxsrv-095ea6e18c55df550fda14f72c2d174af9b239ba.zip |
Solved freetype compilation problems
Diffstat (limited to 'freetype/src/psnames')
-rw-r--r-- | freetype/src/psnames/psmodule.c | 6 | ||||
-rw-r--r-- | freetype/src/psnames/pspic.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/freetype/src/psnames/psmodule.c b/freetype/src/psnames/psmodule.c index c05398b87..75c8b89cc 100644 --- a/freetype/src/psnames/psmodule.c +++ b/freetype/src/psnames/psmodule.c @@ -17,9 +17,9 @@ #include <ft2build.h> -#include <freetype/internal/ftdebug.h> -#include <freetype/internal/ftobjs.h> -#include <freetype/internal/services/svpscmap.h> +#include <internal/ftdebug.h> +#include <internal/ftobjs.h> +#include <internal/services/svpscmap.h> #include "psmodule.h" #include "pstables.h" diff --git a/freetype/src/psnames/pspic.h b/freetype/src/psnames/pspic.h index 3cbc93db1..578301f2a 100644 --- a/freetype/src/psnames/pspic.h +++ b/freetype/src/psnames/pspic.h @@ -22,7 +22,7 @@ FT_BEGIN_HEADER -#include <freetype/internal/ftpic.h> +#include <internal/ftpic.h> #ifndef FT_CONFIG_OPTION_PIC |