diff options
| author | Andrei Zmievski <andrei@php.net> | 2000-02-17 23:08:33 +0000 |
|---|---|---|
| committer | Andrei Zmievski <andrei@php.net> | 2000-02-17 23:08:33 +0000 |
| commit | 087e39a7ef8a019130689c3081b65d5969b8eaf7 (patch) | |
| tree | 78eddaa369c88430dc9f2da3460d0968bbbdf6c7 /ext | |
| parent | 588ea96deb74e749fdef78d360a38465dcd3b9f0 (diff) | |
| download | php-git-087e39a7ef8a019130689c3081b65d5969b8eaf7.tar.gz | |
Don't need dlist.h anymore.
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/wddx/wddx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c index 8b96511fdb..947bb8c7d7 100644 --- a/ext/wddx/wddx.c +++ b/ext/wddx/wddx.c @@ -33,7 +33,6 @@ #include "php_wddx.h" #if HAVE_WDDX -#include "dlist.h" #include "php_wddx_api.h" |
