diff options
| -rw-r--r-- | ext/gd/gd.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 32a980254f..b241b01e8f 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -62,11 +62,7 @@ #include <gdfontl.h> /* 4 Large font */ #include <gdfontg.h> /* 5 Giant font */ #if HAVE_LIBTTF -# if PHP_31 -# include "gdttf.h" -# else -# include "functions/gdttf.h" -# endif +# include "gdttf.h" #endif #ifndef M_PI |
