diff options
Diffstat (limited to 'source/core/StarFlatHashTable.hpp')
-rw-r--r-- | source/core/StarFlatHashTable.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarFlatHashTable.hpp b/source/core/StarFlatHashTable.hpp index 793c573..9b9248b 100644 --- a/source/core/StarFlatHashTable.hpp +++ b/source/core/StarFlatHashTable.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_FLAT_HASH_TABLE_HPP -#define STAR_FLAT_HASH_TABLE_HPP +#pragma once #include <vector> @@ -553,5 +552,3 @@ void FlatHashTable<Value, Key, GetKey, Hash, Equals, Allocator>::checkCapacity(s } } - -#endif |