From: Zeev Suraski Date: Fri, 9 Jun 2000 01:41:16 +0000 (+0000) Subject: This should no longer be necessary X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df2935808ecb6b887649b9c8f3b52de2ee92e9cb;p=php This should no longer be necessary --- 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"