diff options
author | Andrey Hristov <andrey@php.net> | 2011-03-22 12:22:16 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2011-03-22 12:22:16 +0000 |
commit | 9484248c0a10e6b36cea9da415a949f46f37ba6d (patch) | |
tree | 331e7b39a48f16b91798b4b56ad6a77522ef75ae /ext/mysqlnd/mysqlnd_net.c | |
parent | c5c87c5f373ee3e78f5f56c56c2afc16bc60739a (diff) | |
download | php-git-9484248c0a10e6b36cea9da415a949f46f37ba6d.tar.gz |
remove unneeded includes
Diffstat (limited to 'ext/mysqlnd/mysqlnd_net.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd_net.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_net.c b/ext/mysqlnd/mysqlnd_net.c index f2bd424d29..8c1846657d 100644 --- a/ext/mysqlnd/mysqlnd_net.c +++ b/ext/mysqlnd/mysqlnd_net.c @@ -24,7 +24,6 @@ #include "mysqlnd_wireprotocol.h" #include "mysqlnd_statistics.h" #include "mysqlnd_debug.h" -#include "mysqlnd_block_alloc.h" #include "ext/standard/sha1.h" #include "php_network.h" #include "zend_ini.h" |