diff options
Diffstat (limited to 'ext/icap/php_icap.c')
-rw-r--r-- | ext/icap/php_icap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/icap/php_icap.c b/ext/icap/php_icap.c index 86dbc76b6c..cb12ddd4c0 100644 --- a/ext/icap/php_icap.c +++ b/ext/icap/php_icap.c @@ -36,10 +36,6 @@ #include "php.h" -#ifdef COMPILE_DL_ICAP -#include "dl/phpdl.h" -#endif - #if HAVE_ICAP #include <time.h> |