summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/php_mysqlnd.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2015-11-10 13:32:59 +0100
committerAndrey Hristov <andrey@php.net>2015-11-12 16:19:16 +0100
commite8ace2d4db77789f1d8ae452c008a2b952dbe29d (patch)
tree53796429f76415596b1622b5692b50cbe8996880 /ext/mysqlnd/php_mysqlnd.c
parent4248240648810fedf5d421f28a4f35936104657c (diff)
downloadphp-git-e8ace2d4db77789f1d8ae452c008a2b952dbe29d.tar.gz
MNDR:
- remove inclusion of uneeded headers
Diffstat (limited to 'ext/mysqlnd/php_mysqlnd.c')
-rw-r--r--ext/mysqlnd/php_mysqlnd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqlnd/php_mysqlnd.c b/ext/mysqlnd/php_mysqlnd.c
index 5f1bf05217..b4cba4c5dc 100644
--- a/ext/mysqlnd/php_mysqlnd.c
+++ b/ext/mysqlnd/php_mysqlnd.c
@@ -20,7 +20,6 @@
/* $Id$ */
#include "php.h"
-#include "php_ini.h"
#include "mysqlnd.h"
#include "mysqlnd_priv.h"
#include "mysqlnd_debug.h"