diff options
author | Sascha Schumann <sas@php.net> | 2000-06-24 15:36:04 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-06-24 15:36:04 +0000 |
commit | 0c032536359542facacffbcad05f97c04f08fdf3 (patch) | |
tree | 8af67f40802ebe5421f3294c4a389a78fb866513 /ext/filepro | |
parent | d1a6a646752cfe93382e16dc2308808d25c055ee (diff) | |
download | php-git-0c032536359542facacffbcad05f97c04f08fdf3.tar.gz |
Stop including dl/phpdl.h.
Diffstat (limited to 'ext/filepro')
-rw-r--r-- | ext/filepro/filepro.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/filepro/filepro.c b/ext/filepro/filepro.c index 160ce2bfda..9a7436b6da 100644 --- a/ext/filepro/filepro.c +++ b/ext/filepro/filepro.c @@ -137,7 +137,6 @@ zend_module_entry filepro_module_entry = { #ifdef COMPILE_DL_FILEPRO -#include "dl/phpdl.h" ZEND_GET_MODULE(filepro) #if (WIN32|WINNT) && defined(THREAD_SAFE) |