summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_plugin.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2011-10-21 15:28:58 +0000
committerAndrey Hristov <andrey@php.net>2011-10-21 15:28:58 +0000
commit139813877c9c2d7b513e48195438aa9caaf217e4 (patch)
tree6c912847207a7e7cf9783916f16261080c991fb3 /ext/mysqlnd/mysqlnd_plugin.c
parented12ebc79c6ce6947f29b09706b73a6d546fb7c7 (diff)
downloadphp-git-139813877c9c2d7b513e48195438aa9caaf217e4.tar.gz
shift code around to two new files - mysqlnd_driver.c
and mysqlnd_ext_plugin.c (mysqlnd extension plugin)
Diffstat (limited to 'ext/mysqlnd/mysqlnd_plugin.c')
-rw-r--r--ext/mysqlnd/mysqlnd_plugin.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/mysqlnd/mysqlnd_plugin.c b/ext/mysqlnd/mysqlnd_plugin.c
index a35346de0b..096f10a0e5 100644
--- a/ext/mysqlnd/mysqlnd_plugin.c
+++ b/ext/mysqlnd/mysqlnd_plugin.c
@@ -21,15 +21,9 @@
/* $Id: mysqlnd.c 306407 2010-12-16 12:56:19Z andrey $ */
#include "php.h"
#include "mysqlnd.h"
-#include "mysqlnd_wireprotocol.h"
#include "mysqlnd_priv.h"
-#include "mysqlnd_result.h"
#include "mysqlnd_statistics.h"
-#include "mysqlnd_charset.h"
#include "mysqlnd_debug.h"
-/* for php_get_current_user() */
-#include "ext/standard/basic_functions.h"
-
/*--------------------------------------------------------------------*/