diff options
Diffstat (limited to 'storage/innobase/buf/buf0checksum.cc')
-rw-r--r-- | storage/innobase/buf/buf0checksum.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/storage/innobase/buf/buf0checksum.cc b/storage/innobase/buf/buf0checksum.cc index 732a58ed85a..74b182affbf 100644 --- a/storage/innobase/buf/buf0checksum.cc +++ b/storage/innobase/buf/buf0checksum.cc @@ -24,18 +24,15 @@ Buffer pool checksum functions, also linked from /extra/innochecksum.cc Created Aug 11, 2011 Vasil Dimov *******************************************************/ -#include "univ.i" +#include "buf0checksum.h" #include "fil0fil.h" #include "ut0crc32.h" #include "ut0rnd.h" -#include "buf0checksum.h" #ifndef UNIV_INNOCHECKSUM #include "srv0srv.h" #endif /* !UNIV_INNOCHECKSUM */ -#include "buf0types.h" - /** the macro MYSQL_SYSVAR_ENUM() requires "long unsigned int" and if we use srv_checksum_algorithm_t here then we get a compiler error: ha_innodb.cc:12251: error: cannot convert 'srv_checksum_algorithm_t*' to |