summaryrefslogtreecommitdiff
path: root/storage/innobase/include/row0quiesce.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/row0quiesce.h')
-rw-r--r--storage/innobase/include/row0quiesce.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/storage/innobase/include/row0quiesce.h b/storage/innobase/include/row0quiesce.h
index ae14b3c63c1..4519e2487ce 100644
--- a/storage/innobase/include/row0quiesce.h
+++ b/storage/innobase/include/row0quiesce.h
@@ -1,6 +1,7 @@
/*****************************************************************************
Copyright (c) 2012, 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
@@ -64,8 +65,4 @@ row_quiesce_table_complete(
trx_t* trx) /*!< in/out: transaction/session */
MY_ATTRIBUTE((nonnull));
-#ifndef UNIV_NONINL
-#include "row0quiesce.ic"
-#endif
-
#endif /* row0quiesce_h */