summaryrefslogtreecommitdiff
path: root/storage/innobase/trx/trx0roll.cc
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2018-11-19 11:42:14 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2018-11-19 11:42:14 +0200
commitff88e4bb8ae1bd8e903c403a598e7d2c5d2bbcaf (patch)
tree2bd187db488299164e566df1dfb048e27c5e1197 /storage/innobase/trx/trx0roll.cc
parentcb5bca721b47cfb344146d5d104263da752661eb (diff)
downloadmariadb-git-ff88e4bb8ae1bd8e903c403a598e7d2c5d2bbcaf.tar.gz
Remove many redundant #include from InnoDB
Diffstat (limited to 'storage/innobase/trx/trx0roll.cc')
-rw-r--r--storage/innobase/trx/trx0roll.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/storage/innobase/trx/trx0roll.cc b/storage/innobase/trx/trx0roll.cc
index 2c14c9d895a..0e277c67453 100644
--- a/storage/innobase/trx/trx0roll.cc
+++ b/storage/innobase/trx/trx0roll.cc
@@ -24,12 +24,9 @@ Transaction rollback
Created 3/26/1996 Heikki Tuuri
*******************************************************/
-#include "my_config.h"
-#include <my_service_manager.h>
-
-#include "ha_prototypes.h"
#include "trx0roll.h"
+#include <my_service_manager.h>
#include <mysql/service_wsrep.h>
#include "fsp0fsp.h"
@@ -47,7 +44,6 @@ Created 3/26/1996 Heikki Tuuri
#include "trx0sys.h"
#include "trx0trx.h"
#include "trx0undo.h"
-#include "ha_prototypes.h"
/** This many pages must be undone before a truncate is tried within
rollback */