diff options
Diffstat (limited to 'source/core/StarFlatHashSet.hpp')
-rw-r--r-- | source/core/StarFlatHashSet.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarFlatHashSet.hpp b/source/core/StarFlatHashSet.hpp index 51d01f7..350b03a 100644 --- a/source/core/StarFlatHashSet.hpp +++ b/source/core/StarFlatHashSet.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_FLAT_HASH_SET_HPP -#define STAR_FLAT_HASH_SET_HPP +#pragma once #include "StarFlatHashTable.hpp" #include "StarHash.hpp" @@ -493,5 +492,3 @@ bool FlatHashSet<Key, Hash, Equals, Allocator>::operator!=(FlatHashSet const& rh } } - -#endif |