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

summaryrefslogtreecommitdiff
path: root/source/core/StarMathCommon.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarMathCommon.hpp')
-rw-r--r--source/core/StarMathCommon.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarMathCommon.hpp b/source/core/StarMathCommon.hpp
index 27d2976..1627edb 100644
--- a/source/core/StarMathCommon.hpp
+++ b/source/core/StarMathCommon.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_MATH_COMMON_HPP
-#define STAR_MATH_COMMON_HPP
+#pragma once
#include <type_traits>
#include <limits>
@@ -324,5 +323,3 @@ Integer cycleIncrement(Integer val, Integer min, Integer max) {
}
}
-
-#endif