diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-04-07 14:03:43 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-04-07 14:03:43 +0200 |
commit | e56cad4b152285219db19f542e4610c1307e3d92 (patch) | |
tree | 02525e36eda0bfaf391e5b5e6e26585130f923bb /sql/my_apc.cc | |
parent | 4ec6fe10e56de0cf9b4dbc649b8552ae39c2c500 (diff) | |
download | mariadb-git-e56cad4b152285219db19f542e4610c1307e3d92.tar.gz |
small cleanup
Diffstat (limited to 'sql/my_apc.cc')
-rw-r--r-- | sql/my_apc.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/my_apc.cc b/sql/my_apc.cc index 4d0042510ae..3bad1331364 100644 --- a/sql/my_apc.cc +++ b/sql/my_apc.cc @@ -1,5 +1,5 @@ /* - Copyright (c) 2011 - 2012, Monty Program Ab + Copyright (c) 2011, 2013 Monty Program Ab. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,7 +17,6 @@ #ifndef MY_APC_STANDALONE -#include "sql_priv.h" #include "sql_class.h" #endif |