diff options
Diffstat (limited to 'source/core/StarBTreeDatabase.hpp')
-rw-r--r-- | source/core/StarBTreeDatabase.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarBTreeDatabase.hpp b/source/core/StarBTreeDatabase.hpp index aff45d3..8f7a4fd 100644 --- a/source/core/StarBTreeDatabase.hpp +++ b/source/core/StarBTreeDatabase.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_BTREE_DATABASE_HPP -#define STAR_BTREE_DATABASE_HPP +#pragma once #include "StarSet.hpp" #include "StarBTree.hpp" @@ -340,5 +339,3 @@ public: }; } - -#endif |