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/snmp | |
| parent | d1a6a646752cfe93382e16dc2308808d25c055ee (diff) | |
| download | php-git-0c032536359542facacffbcad05f97c04f08fdf3.tar.gz | |
Stop including dl/phpdl.h.
Diffstat (limited to 'ext/snmp')
| -rw-r--r-- | ext/snmp/snmp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index afe33040d0..13637b9e8c 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -21,9 +21,6 @@ #include "php.h" #include "ext/standard/info.h" -#ifdef COMPILE_DL_SNMP -#include "dl/phpdl.h" -#endif #include "php_snmp.h" #include <sys/types.h> #ifdef PHP_WIN32 |
