diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-19 11:42:14 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-19 11:42:14 +0200 |
commit | ff88e4bb8ae1bd8e903c403a598e7d2c5d2bbcaf (patch) | |
tree | 2bd187db488299164e566df1dfb048e27c5e1197 /storage/innobase/include/row0mysql.h | |
parent | cb5bca721b47cfb344146d5d104263da752661eb (diff) | |
download | mariadb-git-ff88e4bb8ae1bd8e903c403a598e7d2c5d2bbcaf.tar.gz |
Remove many redundant #include from InnoDB
Diffstat (limited to 'storage/innobase/include/row0mysql.h')
-rw-r--r-- | storage/innobase/include/row0mysql.h | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/storage/innobase/include/row0mysql.h b/storage/innobase/include/row0mysql.h index a16fd30c6ea..f3fdf5b4c42 100644 --- a/storage/innobase/include/row0mysql.h +++ b/storage/innobase/include/row0mysql.h @@ -28,21 +28,19 @@ Created 9/17/2000 Heikki Tuuri #ifndef row0mysql_h #define row0mysql_h -#include "ha_prototypes.h" -#include "sql_list.h" -#include "sql_cmd.h" - #include "data0data.h" #include "que0types.h" #include "dict0types.h" #include "trx0types.h" #include "row0types.h" -#include "btr0pcur.h" -#include "trx0types.h" -#include "fil0crypt.h" +#include "btr0types.h" +#include "lock0types.h" +#include "fil0fil.h" +#include "fts0fts.h" +#include "gis0type.h" -// Forward declaration -struct SysIndexCallback; +#include "sql_list.h" +#include "sql_cmd.h" extern ibool row_rollback_on_timeout; |