diff options
author | Zeev Suraski <zeev@php.net> | 2000-06-11 19:23:21 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-06-11 19:23:21 +0000 |
commit | 02d2a5db3a9e3baaf9879e4bd144a02e2be7ee9e (patch) | |
tree | 5d68cf4d3b467b8ad11fd36fb75b276a414345e7 /ext/mysql/php_mysql.c | |
parent | fd7153b0f3047e6a96344dc3b4ca2632d5acc898 (diff) | |
download | php-git-02d2a5db3a9e3baaf9879e4bd144a02e2be7ee9e.tar.gz |
Fix Windows .dsp's
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r-- | ext/mysql/php_mysql.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 258acd1931..8e341bf671 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -27,7 +27,6 @@ #include "php.h" #include "php_globals.h" #include "php_mysql.h" -#include "php_globals.h" #include "ext/standard/info.h" #include "ext/standard/php_string.h" |