summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_net.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2011-03-22 12:22:16 +0000
committerAndrey Hristov <andrey@php.net>2011-03-22 12:22:16 +0000
commit9484248c0a10e6b36cea9da415a949f46f37ba6d (patch)
tree331e7b39a48f16b91798b4b56ad6a77522ef75ae /ext/mysqlnd/mysqlnd_net.c
parentc5c87c5f373ee3e78f5f56c56c2afc16bc60739a (diff)
downloadphp-git-9484248c0a10e6b36cea9da415a949f46f37ba6d.tar.gz
remove unneeded includes
Diffstat (limited to 'ext/mysqlnd/mysqlnd_net.c')
-rw-r--r--ext/mysqlnd/mysqlnd_net.c1
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"