Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 0330e01

Browse files
Remove include guards
1 parent a8af9b3 commit 0330e01

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

src/include/common/internal_types.h

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
// Copyright (c) 2015-2017, Carnegie Mellon University Database Group
1010
//
1111
//===----------------------------------------------------------------------===//
12-
13-
#ifndef INTERNALTYPES_H
14-
#define INTERNALTYPES_H
15-
1612
#pragma once
1713

1814
#include <bitset>
@@ -1414,6 +1410,4 @@ enum class SSLLevel {
14141410
SSL_VERIIFY = 2,
14151411
};
14161412

1417-
} // namespace peloton
1418-
1419-
#endif /* INTERNALTYPES_H */
1413+
} // namespace peloton

src/include/common/item_pointer.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
//
1212
//===----------------------------------------------------------------------===//
1313

14-
#ifndef ITEMPOINTER_H
15-
#define ITEMPOINTER_H
16-
1714
#pragma once
1815

1916
#include <cstdint>
@@ -90,5 +87,3 @@ class ItemPointerHashFunc {
9087
bool AtomicUpdateItemPointer(ItemPointer *src_ptr, const ItemPointer &value);
9188

9289
} // namespace peloton
93-
94-
#endif /* ITEMPOINTER_H */

0 commit comments

Comments
 (0)