From 5d75ccdcff767d5992e4a9bd2ec1ecb60763cb69 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Wed, 21 Apr 1999 21:27:18 +0000 Subject: [PATCH] gd compile fix --- ext/gd/gd.c | 6 +----- 1 file changed, 1 insertion(+), 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 /* 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 -- 2.50.1