summaryrefslogtreecommitdiff
path: root/storage/innobase/include/ut0vec.ic
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/ut0vec.ic
parentcb5bca721b47cfb344146d5d104263da752661eb (diff)
downloadmariadb-git-ff88e4bb8ae1bd8e903c403a598e7d2c5d2bbcaf.tar.gz
Remove many redundant #include from InnoDB
Diffstat (limited to 'storage/innobase/include/ut0vec.ic')
-rw-r--r--storage/innobase/include/ut0vec.ic2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/innobase/include/ut0vec.ic b/storage/innobase/include/ut0vec.ic
index 17f4df579b6..bf774c84683 100644
--- a/storage/innobase/include/ut0vec.ic
+++ b/storage/innobase/include/ut0vec.ic
@@ -23,8 +23,6 @@ A vector of pointers to data items
Created 4/6/2006 Osku Salerma
************************************************************************/
-#include "ut0new.h"
-
#define IB_VEC_OFFSET(v, i) (vec->sizeof_value * i)
/********************************************************************