From: foobar Date: Fri, 28 Jun 2002 12:25:57 +0000 (+0000) Subject: Remove unnecessary #include's X-Git-Tag: php-4.3.0dev_zend2_alpha2~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=569da8b3bf54e7b2331b79261ace013078d18aca;p=php Remove unnecessary #include's --- diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index ae84710d8d..401a848cfb 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -30,12 +30,6 @@ #if HAVE_LIBGD -#include - -#if HAVE_LIBT1 -#include "gdt1.h" -#endif - #define PHP_GDIMG_TYPE_GIF 1 #define PHP_GDIMG_TYPE_PNG 2 #define PHP_GDIMG_TYPE_JPG 3