diff options
Diffstat (limited to 'source/core/StarBTree.hpp')
-rw-r--r-- | source/core/StarBTree.hpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source/core/StarBTree.hpp b/source/core/StarBTree.hpp index 1ff53bd..cbfe899 100644 --- a/source/core/StarBTree.hpp +++ b/source/core/StarBTree.hpp @@ -1,5 +1,5 @@ -#ifndef STAR_B_TREE_HPP -#define STAR_B_TREE_HPP +#pragma once + #include "StarList.hpp" #include "StarMaybe.hpp" @@ -933,5 +933,3 @@ size_t BTreeMixin<Base>::indexFind(Index const& index, Key const& key) { } } - -#endif |