summaryrefslogtreecommitdiff
path: root/storage/innobase/include/row0purge.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/row0purge.h')
-rw-r--r--storage/innobase/include/row0purge.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/storage/innobase/include/row0purge.h b/storage/innobase/include/row0purge.h
index 32a989833bc..3cf4a7b982a 100644
--- a/storage/innobase/include/row0purge.h
+++ b/storage/innobase/include/row0purge.h
@@ -1,6 +1,7 @@
/*****************************************************************************
Copyright (c) 1997, 2016, Oracle and/or its affiliates. All Rights Reserved.
+Copyright (c) 2017, MariaDB Corporation.
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
@@ -128,8 +129,4 @@ struct purge_node_t{
#endif
};
-#ifndef UNIV_NONINL
-#include "row0purge.ic"
-#endif
-
#endif