From: Sascha Schumann Date: Tue, 28 Dec 1999 07:54:21 +0000 (+0000) Subject: Remove unneccessary include to make stand-alone build work X-Git-Tag: PRE_ISSET_TYPE~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d65261362fdd0e97ddf87177fa6a88025cf093f;p=php Remove unneccessary include to make stand-alone build work --- diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index a6d3dcbf75..d7363f8f3b 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -26,7 +26,6 @@ #include "php.h" #include "php_globals.h" -#include "ext/standard/php_standard.h" #include "php_mysql.h" #include "php_globals.h"