diff options
author | Andrey Hristov <andrey@php.net> | 2015-11-10 13:32:59 +0100 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2015-11-12 16:19:16 +0100 |
commit | e8ace2d4db77789f1d8ae452c008a2b952dbe29d (patch) | |
tree | 53796429f76415596b1622b5692b50cbe8996880 /ext/mysqlnd/mysqlnd_protocol_frame_codec.c | |
parent | 4248240648810fedf5d421f28a4f35936104657c (diff) | |
download | php-git-e8ace2d4db77789f1d8ae452c008a2b952dbe29d.tar.gz |
MNDR:
- remove inclusion of uneeded headers
Diffstat (limited to 'ext/mysqlnd/mysqlnd_protocol_frame_codec.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd_protocol_frame_codec.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mysqlnd/mysqlnd_protocol_frame_codec.c b/ext/mysqlnd/mysqlnd_protocol_frame_codec.c index b23b8d37c2..2c4d632342 100644 --- a/ext/mysqlnd/mysqlnd_protocol_frame_codec.c +++ b/ext/mysqlnd/mysqlnd_protocol_frame_codec.c @@ -17,15 +17,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 "mysqlnd_ext_plugin.h" -#include "php_network.h" -#include "zend_ini.h" #ifdef MYSQLND_COMPRESSION_ENABLED #include <zlib.h> #endif |