]> granicus.if.org Git - php/commitdiff
Remove unnecessary #include's
authorfoobar <sniper@php.net>
Fri, 28 Jun 2002 12:25:57 +0000 (12:25 +0000)
committerfoobar <sniper@php.net>
Fri, 28 Jun 2002 12:25:57 +0000 (12:25 +0000)
ext/gd/php_gd.h

index ae84710d8d9973bc20efb0feaf3a5249a2ea68ba..401a848cfbba6b7649dc18ddd272acc4d6900a7a 100644 (file)
 
 #if HAVE_LIBGD
 
-#include <gd.h>
-
-#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