diff options
author | foobar <sniper@php.net> | 2003-12-07 16:56:51 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-12-07 16:56:51 +0000 |
commit | bade2e7df6b50ff1254a85af8c68a8b676d0230a (patch) | |
tree | b2a898bc726c72d5a11b987ba534e11418e586ee /ext/dba | |
parent | ea77adf1e5a50e8354456e021ba0d7c1c1463fbc (diff) | |
download | php-git-bade2e7df6b50ff1254a85af8c68a8b676d0230a.tar.gz |
Remove unnecessary #include
Diffstat (limited to 'ext/dba')
-rw-r--r-- | ext/dba/libinifile/inifile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/dba/libinifile/inifile.c b/ext/dba/libinifile/inifile.c index 075d03cf55..15bd9c91da 100644 --- a/ext/dba/libinifile/inifile.c +++ b/ext/dba/libinifile/inifile.c @@ -25,7 +25,6 @@ #include "php.h" #include "php_globals.h" #include "safe_mode.h" -#include "php_network.h" #include <stdlib.h> #include <string.h> |