summaryrefslogtreecommitdiff
path: root/storage/innobase/ha/ha0storage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/ha/ha0storage.cc')
-rw-r--r--storage/innobase/ha/ha0storage.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/storage/innobase/ha/ha0storage.cc b/storage/innobase/ha/ha0storage.cc
index a36fd573a4f..cde4cc04cb7 100644
--- a/storage/innobase/ha/ha0storage.cc
+++ b/storage/innobase/ha/ha0storage.cc
@@ -1,6 +1,6 @@
/*****************************************************************************
-Copyright (c) 2007, 2015, Oracle and/or its affiliates. All Rights Reserved.
+Copyright (c) 2007, 2016, Oracle and/or its affiliates. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
@@ -31,10 +31,6 @@ Created September 22, 2007 Vasil Dimov
#include "mem0mem.h"
#include "ut0rnd.h"
-#ifdef UNIV_NONINL
-#include "ha0storage.ic"
-#endif
-
/*******************************************************************//**
Retrieves a data from a storage. If it is present, a pointer to the
stored copy of data is returned, otherwise NULL is returned. */