diff options
Diffstat (limited to 'source/core/StarIterator.hpp')
-rw-r--r-- | source/core/StarIterator.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarIterator.hpp b/source/core/StarIterator.hpp index 389740a..fd7853c 100644 --- a/source/core/StarIterator.hpp +++ b/source/core/StarIterator.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_ITERATOR_H -#define STAR_ITERATOR_H +#pragma once #include <algorithm> @@ -433,5 +432,3 @@ SMutableMapIterator<Container> makeSMutableMapIterator(Container& c) { } } - -#endif |