summaryrefslogtreecommitdiff
path: root/ext/gd/gd.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-06-24 15:36:04 +0000
committerSascha Schumann <sas@php.net>2000-06-24 15:36:04 +0000
commit0c032536359542facacffbcad05f97c04f08fdf3 (patch)
tree8af67f40802ebe5421f3294c4a389a78fb866513 /ext/gd/gd.c
parentd1a6a646752cfe93382e16dc2308808d25c055ee (diff)
downloadphp-git-0c032536359542facacffbcad05f97c04f08fdf3.tar.gz
Stop including dl/phpdl.h.
Diffstat (limited to 'ext/gd/gd.c')
-rw-r--r--ext/gd/gd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index 467e75e72d..ac4772eab2 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -165,7 +165,6 @@ static php_gd_globals gd_globals;
#endif
#ifdef COMPILE_DL_GD
-# include "dl/phpdl.h"
ZEND_GET_MODULE(gd)
#endif