summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2015-11-09 15:46:34 +0100
committerAndrey Hristov <andrey@php.net>2015-11-12 16:19:16 +0100
commit05c5e051be0d644a537f7306e435fa6003990cdb (patch)
tree20cefb32f50b855cc29225b01cdc296124b7e79c /ext/mysqlnd/mysqlnd_wireprotocol.h
parente9f3139f438ef712d82b69984a65da4230fdfeb2 (diff)
downloadphp-git-05c5e051be0d644a537f7306e435fa6003990cdb.tar.gz
MNDR:
- moved networking code to mysqlnd_vio.c
Diffstat (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.h')
-rw-r--r--ext/mysqlnd/mysqlnd_wireprotocol.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.h b/ext/mysqlnd/mysqlnd_wireprotocol.h
index e15a351cf2..15cc02f95e 100644
--- a/ext/mysqlnd/mysqlnd_wireprotocol.h
+++ b/ext/mysqlnd/mysqlnd_wireprotocol.h
@@ -23,8 +23,6 @@
#ifndef MYSQLND_WIREPROTOCOL_H
#define MYSQLND_WIREPROTOCOL_H
-#include "mysqlnd_net.h"
-
#define MYSQLND_HEADER_SIZE 4
#define COMPRESSED_HEADER_SIZE 3