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

summaryrefslogtreecommitdiff
path: root/source/core/StarSha256.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarSha256.hpp')
-rw-r--r--source/core/StarSha256.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarSha256.hpp b/source/core/StarSha256.hpp
index 6a9abd4..91d2591 100644
--- a/source/core/StarSha256.hpp
+++ b/source/core/StarSha256.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_SHA_256_HPP
-#define STAR_SHA_256_HPP
+#pragma once
#include "StarString.hpp"
#include "StarByteArray.hpp"
@@ -40,5 +39,3 @@ ByteArray sha256(ByteArray const& in);
ByteArray sha256(String const& in);
}
-
-#endif