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

summaryrefslogtreecommitdiff
path: root/source/core/StarHash.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarHash.hpp')
-rw-r--r--source/core/StarHash.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarHash.hpp b/source/core/StarHash.hpp
index 7ad942f..52e2fc3 100644
--- a/source/core/StarHash.hpp
+++ b/source/core/StarHash.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_HASH_HPP
-#define STAR_HASH_HPP
+#pragma once
#include "StarBytes.hpp"
@@ -96,5 +95,3 @@ size_t hashOf(T1 const& t1, T2 const& t2, TL const&... rest) {
};
}
-
-#endif