From e8ace2d4db77789f1d8ae452c008a2b952dbe29d Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Tue, 10 Nov 2015 13:32:59 +0100 Subject: MNDR: - remove inclusion of uneeded headers --- ext/mysqlnd/mysqlnd_commands.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/mysqlnd/mysqlnd_commands.c') diff --git a/ext/mysqlnd/mysqlnd_commands.c b/ext/mysqlnd/mysqlnd_commands.c index 184f2ae1c9..9b71f36008 100644 --- a/ext/mysqlnd/mysqlnd_commands.c +++ b/ext/mysqlnd/mysqlnd_commands.c @@ -18,14 +18,11 @@ */ #include "php.h" -#include "php_globals.h" #include "mysqlnd.h" #include "mysqlnd_priv.h" #include "mysqlnd_wireprotocol.h" #include "mysqlnd_statistics.h" #include "mysqlnd_debug.h" -#include "zend_ini.h" - struct st_mysqlnd_protocol_no_params_command -- cgit v1.2.1