Commit 6a56406c authored by marko's avatar marko

branches/zip: ha_innodb.cc: Do not include some unnecessary MySQL header files.

parent 7fee10d5
...@@ -26,13 +26,10 @@ ...@@ -26,13 +26,10 @@
#endif #endif
#include <mysql_priv.h> #include <mysql_priv.h>
#include <mysqld_error.h>
#include <m_ctype.h> #include <m_ctype.h>
#include <hash.h> #include <hash.h>
#include <myisampack.h>
#include <mysys_err.h> #include <mysys_err.h>
#include <my_sys.h>
#include <mysql/plugin.h> #include <mysql/plugin.h>
/* Include necessary InnoDB headers */ /* Include necessary InnoDB headers */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment