diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 32a980254f3..b241b01e8f4 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -62,11 +62,7 @@ #include /* 4 Large font */ #include /* 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