diff options
author | Zeev Suraski <zeev@php.net> | 2000-06-09 01:41:16 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-06-09 01:41:16 +0000 |
commit | df2935808ecb6b887649b9c8f3b52de2ee92e9cb (patch) | |
tree | e3b659350c867e4f657dfdadc2fa1c9d0da95c72 /ext/msql/php_msql.c | |
parent | 4e63aa4566c3640b03d2a098c4266da71d318da4 (diff) | |
download | php-git-df2935808ecb6b887649b9c8f3b52de2ee92e9cb.tar.gz |
This should no longer be necessary
Diffstat (limited to 'ext/msql/php_msql.c')
-rw-r--r-- | ext/msql/php_msql.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/msql/php_msql.c b/ext/msql/php_msql.c index 463d972995..0ddbfd7229 100644 --- a/ext/msql/php_msql.c +++ b/ext/msql/php_msql.c @@ -19,10 +19,6 @@ /* $Id$ */ #include "php.h" -#ifdef COMPILE_DL_MSQL -#include "dl/phpdl.h" -#include "functions/dl.h" -#endif #include "php_msql.h" #include "ext/standard/php_standard.h" #include "ext/standard/info.h" |