diff options
Diffstat (limited to 'storage/innobase/row/row0row.cc')
-rw-r--r-- | storage/innobase/row/row0row.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/storage/innobase/row/row0row.cc b/storage/innobase/row/row0row.cc index 0f15299e71a..9b5ef6a3f3c 100644 --- a/storage/innobase/row/row0row.cc +++ b/storage/innobase/row/row0row.cc @@ -26,11 +26,6 @@ Created 4/20/1996 Heikki Tuuri #include "ha_prototypes.h" #include "row0row.h" - -#ifdef UNIV_NONINL -#include "row0row.ic" -#endif - #include "data0type.h" #include "dict0dict.h" #include "dict0boot.h" |