Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarStaticRandom.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarStaticRandom.hpp')
-rw-r--r--source/core/StarStaticRandom.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarStaticRandom.hpp b/source/core/StarStaticRandom.hpp
index b55b411..1b355c4 100644
--- a/source/core/StarStaticRandom.hpp
+++ b/source/core/StarStaticRandom.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_STATIC_RANDOM_HPP
-#define STAR_STATIC_RANDOM_HPP
+#pragma once
#include "StarString.hpp"
#include "StarXXHash.hpp"
@@ -143,5 +142,3 @@ void staticRandomShuffle(Container& container, T const& d, TL const&... rest) {
}
}
-
-#endif