summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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