summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
Diffstat (limited to 'storage')
-rw-r--r--storage/innobase/handler/ha_innodb.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/handler/ha_innodb.cc b/storage/innobase/handler/ha_innodb.cc
index e5d1159a96a..754afa89378 100644
--- a/storage/innobase/handler/ha_innodb.cc
+++ b/storage/innobase/handler/ha_innodb.cc
@@ -31,10 +31,10 @@ have disables the InnoDB inlining in this file. */
#pragma implementation // gcc: Class implementation
#endif
-#ifdef WITH_INNOBASE_STORAGE_ENGINE
-
#include <mysql_priv.h>
+#ifdef WITH_INNOBASE_STORAGE_ENGINE
+
#include <m_ctype.h>
#include <hash.h>
#include <myisampack.h>