diff options
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r-- | ext/mysql/php_mysql.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index c859beaece..10c1f78fd6 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -60,11 +60,7 @@ static int le_result, le_link, le_plink; #include "php_ini.h" -#if HAVE_MYSQL_MYSQL_H -# include <mysql/mysql.h> -#else # include <mysql.h> -#endif #ifdef HAVE_MYSQL_REAL_CONNECT # ifdef HAVE_ERRMSG_H |