summaryrefslogtreecommitdiff
path: root/storage/innobase/include/row0undo.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/row0undo.h')
-rw-r--r--storage/innobase/include/row0undo.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/storage/innobase/include/row0undo.h b/storage/innobase/include/row0undo.h
index 3d5b3574afa..730e7f559c6 100644
--- a/storage/innobase/include/row0undo.h
+++ b/storage/innobase/include/row0undo.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
@@ -125,9 +126,4 @@ struct undo_node_t{
on a row */
};
-
-#ifndef UNIV_NONINL
-#include "row0undo.ic"
-#endif
-
#endif