summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-06-28 12:25:57 +0000
committerfoobar <sniper@php.net>2002-06-28 12:25:57 +0000
commit569da8b3bf54e7b2331b79261ace013078d18aca (patch)
treec067e1536a520a2ce2cfe0302f8f462c629b3c83
parent78adadafc48db03b487f0273309a4cc3aa49d7f3 (diff)
downloadphp-git-569da8b3bf54e7b2331b79261ace013078d18aca.tar.gz
Remove unnecessary #include's
-rw-r--r--ext/gd/php_gd.h6
1 files changed, 0 insertions, 6 deletions
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 <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