From 410a781063aaa3ab55e59d19ed354d20e0d827ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Mon, 9 May 2011 11:34:17 +0000 Subject: [PATCH] - Fix bug #54644 (wrong pathes in php_pdo_mysql_int.h) --- ext/pdo_mysql/php_pdo_mysql_int.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.40.0