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/smooth | |
parent | 90137f4c5e30b1c6f9a262e8c853494540dad2d7 (diff) | |
download | vcxsrv-095ea6e18c55df550fda14f72c2d174af9b239ba.tar.gz vcxsrv-095ea6e18c55df550fda14f72c2d174af9b239ba.tar.bz2 vcxsrv-095ea6e18c55df550fda14f72c2d174af9b239ba.zip |
Solved freetype compilation problems
Diffstat (limited to 'freetype/src/smooth')
-rw-r--r-- | freetype/src/smooth/ftgrays.c | 4 | ||||
-rw-r--r-- | freetype/src/smooth/ftsmooth.c | 2 | ||||
-rw-r--r-- | freetype/src/smooth/ftsmooth.h | 2 | ||||
-rw-r--r-- | freetype/src/smooth/ftspic.c | 2 | ||||
-rw-r--r-- | freetype/src/smooth/ftspic.h | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/freetype/src/smooth/ftgrays.c b/freetype/src/smooth/ftgrays.c index 1c4e06288..b1611625d 100644 --- a/freetype/src/smooth/ftgrays.c +++ b/freetype/src/smooth/ftgrays.c @@ -236,8 +236,8 @@ typedef ptrdiff_t FT_PtrDist; #include <ft2build.h> #include "ftgrays.h" -#include <freetype/internal/ftobjs.h> -#include <freetype/internal/ftdebug.h> +#include <internal/ftobjs.h> +#include <internal/ftdebug.h> #include FT_OUTLINE_H #include "ftsmerrs.h" diff --git a/freetype/src/smooth/ftsmooth.c b/freetype/src/smooth/ftsmooth.c index a42b85fdc..f2fcdede8 100644 --- a/freetype/src/smooth/ftsmooth.c +++ b/freetype/src/smooth/ftsmooth.c @@ -17,7 +17,7 @@ #include <ft2build.h> -#include <freetype/internal/ftobjs.h> +#include <internal/ftobjs.h> #include FT_OUTLINE_H #include "ftsmooth.h" #include "ftgrays.h" diff --git a/freetype/src/smooth/ftsmooth.h b/freetype/src/smooth/ftsmooth.h index 0b182efc3..248d08e9a 100644 --- a/freetype/src/smooth/ftsmooth.h +++ b/freetype/src/smooth/ftsmooth.h @@ -21,7 +21,7 @@ #include <ft2build.h> -#include <freetype/ftrender.h> +#include <ftrender.h> FT_BEGIN_HEADER diff --git a/freetype/src/smooth/ftspic.c b/freetype/src/smooth/ftspic.c index c39bf72be..bd9f0320d 100644 --- a/freetype/src/smooth/ftspic.c +++ b/freetype/src/smooth/ftspic.c @@ -18,7 +18,7 @@ #include <ft2build.h> #include FT_FREETYPE_H -#include <freetype/internal/ftobjs.h> +#include <internal/ftobjs.h> #include "ftspic.h" #include "ftsmerrs.h" diff --git a/freetype/src/smooth/ftspic.h b/freetype/src/smooth/ftspic.h index b31064751..e5cba1e8c 100644 --- a/freetype/src/smooth/ftspic.h +++ b/freetype/src/smooth/ftspic.h @@ -22,7 +22,7 @@ FT_BEGIN_HEADER -#include <freetype/internal/ftpic.h> +#include <internal/ftpic.h> #ifndef FT_CONFIG_OPTION_PIC |