summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-28 07:54:21 +0000
committerSascha Schumann <sas@php.net>1999-12-28 07:54:21 +0000
commit5d65261362fdd0e97ddf87177fa6a88025cf093f (patch)
treeda3d5309a9d6b9121327b8fa7b1a1b98c45cbf8b /ext/mysql/php_mysql.c
parent8395516b7d58b44eef3c0074e46a9c62a062562f (diff)
downloadphp-git-5d65261362fdd0e97ddf87177fa6a88025cf093f.tar.gz
Remove unneccessary include to make stand-alone build work
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r--ext/mysql/php_mysql.c1
1 files changed, 0 insertions, 1 deletions
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"