From ff88e4bb8ae1bd8e903c403a598e7d2c5d2bbcaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Mon, 19 Nov 2018 11:42:14 +0200 Subject: Remove many redundant #include from InnoDB --- storage/innobase/include/ut0vec.ic | 2 -- 1 file changed, 2 deletions(-) (limited to 'storage/innobase/include/ut0vec.ic') 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) /******************************************************************** -- cgit v1.2.1