diff options
author | Andrey Hristov <andrey@php.net> | 2011-10-21 15:28:58 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2011-10-21 15:28:58 +0000 |
commit | 652490d43a6d5d2c16c8ceb8a93284fbe24d377a (patch) | |
tree | 337d5e9a2ca305289aaac8c9b5b8ca47f793f215 /ext/mysqlnd/mysqlnd_plugin.c | |
parent | d81ea16ef14735b97f22702ca1a78c3674fd987e (diff) | |
download | php-git-652490d43a6d5d2c16c8ceb8a93284fbe24d377a.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.c | 6 |
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" - /*--------------------------------------------------------------------*/ |