From: Johannes Schlüter Date: Mon, 9 May 2011 11:34:17 +0000 (+0000) Subject: - Fix bug #54644 (wrong pathes in php_pdo_mysql_int.h) X-Git-Tag: php-5.4.0alpha1~191^2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=410a781063aaa3ab55e59d19ed354d20e0d827ff;p=php - Fix bug #54644 (wrong pathes in php_pdo_mysql_int.h) --- diff --git a/ext/pdo_mysql/php_pdo_mysql_int.h b/ext/pdo_mysql/php_pdo_mysql_int.h index 9858514a98..48e61179e9 100755 --- a/ext/pdo_mysql/php_pdo_mysql_int.h +++ b/ext/pdo_mysql/php_pdo_mysql_int.h @@ -25,7 +25,6 @@ #if defined(PDO_USE_MYSQLND) # include "ext/mysqlnd/mysqlnd.h" -# include "ext/mysql/mysql_mysqlnd.h" # include "ext/mysqlnd/mysqlnd_libmysql_compat.h" # define PDO_MYSQL_PARAM_BIND MYSQLND_PARAM_BIND #else