diff options
Diffstat (limited to 'source/core/StarSet.hpp')
-rw-r--r-- | source/core/StarSet.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarSet.hpp b/source/core/StarSet.hpp index f32a46c..3d7af0b 100644 --- a/source/core/StarSet.hpp +++ b/source/core/StarSet.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_SET_HPP -#define STAR_SET_HPP +#pragma once #include <set> #include <unordered_set> @@ -318,5 +317,3 @@ HashSetMixin<BaseMap> HashSetMixin<BaseMap>::combination(HashSetMixin const& s) } } - -#endif |