summaryrefslogtreecommitdiff
path: root/storage/innobase/include/ut0vec.ic
diff options
context:
space:
mode:
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)
/********************************************************************