1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

replace header guards with #pragma once

This commit is contained in:
Leonid Fedorov
2021-12-14 20:06:05 +03:00
parent ab449ebcc0
commit 01f3ceb437
638 changed files with 638 additions and 1914 deletions

View File

@ -1,5 +1,4 @@
#ifndef BRM_SAVES_EM_SYSTEM_TABLES_BLOB
#define BRM_SAVES_EM_SYSTEM_TABLES_BLOB
#pragma once
// Generated by hexdump -C BRM_saves_em for initial system catalog.
// TODO: This could be compressed by simple `run-length encoding`
@ -337,4 +336,3 @@ static const uint8_t BRM_saves_em_system_tables_blob[] = {
0x00, 0x94, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1b, 0xff, 0xff, 0x03,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
#endif

View File

@ -15,8 +15,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA. */
#ifndef REBUILD_EM_H
#define REBUILD_EM_H
#pragma once
#include <string>
#include <map>
@ -228,4 +227,3 @@ class ChunkManagerWrapperDict : public ChunkManagerWrapper
};
} // namespace RebuildExtentMap
#endif