diff options
Diffstat (limited to 'storage/innobase/include/ut0rnd.h')
-rw-r--r-- | storage/innobase/include/ut0rnd.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/storage/innobase/include/ut0rnd.h b/storage/innobase/include/ut0rnd.h index 5baf8684d23..280ee772589 100644 --- a/storage/innobase/include/ut0rnd.h +++ b/storage/innobase/include/ut0rnd.h @@ -26,12 +26,9 @@ Created 1/20/1994 Heikki Tuuri #ifndef ut0rnd_h #define ut0rnd_h -#include "univ.i" - -#ifndef UNIV_INNOCHECKSUM - #include "ut0byte.h" +#ifndef UNIV_INNOCHECKSUM /** The 'character code' for end of field or string (used in folding records */ #define UT_END_OF_FIELD 257 |