Commit 21bb4b81 authored by Marko Mäkelä's avatar Marko Mäkelä

Remove unnecessary #include

parent 57b7af64
...@@ -42,23 +42,12 @@ ...@@ -42,23 +42,12 @@
/* Only parts of these files are included from the InnoDB codebase. /* Only parts of these files are included from the InnoDB codebase.
The parts not included are excluded by #ifndef UNIV_INNOCHECKSUM. */ The parts not included are excluded by #ifndef UNIV_INNOCHECKSUM. */
typedef void fil_space_t;
#include "fil0fil.h"
#include "page0size.h"
#include "ut0ut.h"
#include "mtr0types.h"
#include "mach0data.h" #include "mach0data.h"
#include "fsp0types.h" #include "page0page.h"
#include "rem0rec.h"
#include "buf0checksum.h" /* buf_calc_page_*() */ #include "buf0checksum.h" /* buf_calc_page_*() */
#include "buf0buf.h" /* buf_page_is_corrupted */ #include "buf0buf.h" /* buf_page_is_corrupted */
#include "fil0fil.h" /* FIL_* */
#include "page0page.h" /* PAGE_* */
#include "page0zip.h" /* page_zip_*() */ #include "page0zip.h" /* page_zip_*() */
#include "trx0undo.h" /* TRX_* */ #include "trx0undo.h" /* TRX_* */
#include "fsp0fsp.h" /* fsp_flags_get_page_size() &
fsp_flags_get_zip_size() */
#include "ut0crc32.h" /* ut_crc32_init() */ #include "ut0crc32.h" /* ut_crc32_init() */
#include "fsp0pagecompress.h" /* fil_get_compression_alg_name */ #include "fsp0pagecompress.h" /* fil_get_compression_alg_name */
#include "fil0crypt.h" /* fil_space_verify_crypt_checksum */ #include "fil0crypt.h" /* fil_space_verify_crypt_checksum */
......
...@@ -29,11 +29,10 @@ Created 11/28/1995 Heikki Tuuri ...@@ -29,11 +29,10 @@ Created 11/28/1995 Heikki Tuuri
#define mach0data_h #define mach0data_h
#include "univ.i" #include "univ.i"
#include "mtr0types.h"
#ifndef UNIV_INNOCHECKSUM #ifndef UNIV_INNOCHECKSUM
#include "mtr0types.h"
/* The data and all fields are always stored in a database file /* The data and all fields are always stored in a database file
in the same format: ascii, big-endian, ... . in the same format: ascii, big-endian, ... .
All data in the files MUST be accessed using the functions in this All data in the files MUST be accessed using the functions in this
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment