summaryrefslogtreecommitdiff
path: root/storage/innobase/include/buf0types.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/buf0types.h')
-rw-r--r--storage/innobase/include/buf0types.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/storage/innobase/include/buf0types.h b/storage/innobase/include/buf0types.h
index 7460c07a7d9..4fb93e75515 100644
--- a/storage/innobase/include/buf0types.h
+++ b/storage/innobase/include/buf0types.h
@@ -24,9 +24,7 @@ The database buffer pool global types for the directory
Created 11/17/1995 Heikki Tuuri
*******************************************************/
-#ifndef buf0types_h
-#define buf0types_h
-
+#pragma once
#include "univ.i"
/** Buffer page (uncompressed or compressed) */
@@ -228,5 +226,3 @@ public:
};
#endif /* !UNIV_INNOCHECKSUM */
-
-#endif /* buf0types.h */