summaryrefslogtreecommitdiff
path: root/storage/innobase/include/btr0bulk.h
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/include/btr0bulk.h
parentcb5bca721b47cfb344146d5d104263da752661eb (diff)
downloadmariadb-git-ff88e4bb8ae1bd8e903c403a598e7d2c5d2bbcaf.tar.gz
Remove many redundant #include from InnoDB
Diffstat (limited to 'storage/innobase/include/btr0bulk.h')
-rw-r--r--storage/innobase/include/btr0bulk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/innobase/include/btr0bulk.h b/storage/innobase/include/btr0bulk.h
index edf34bd5ae4..a63ab9ded0d 100644
--- a/storage/innobase/include/btr0bulk.h
+++ b/storage/innobase/include/btr0bulk.h
@@ -28,7 +28,6 @@ Created 03/11/2014 Shaohua Wang
#include "dict0dict.h"
#include "page0cur.h"
-#include "ut0new.h"
#include <vector>