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

summaryrefslogtreecommitdiff
path: root/source/core/StarUuid.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarUuid.hpp')
-rw-r--r--source/core/StarUuid.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarUuid.hpp b/source/core/StarUuid.hpp
index 3b540fc..05e1abd 100644
--- a/source/core/StarUuid.hpp
+++ b/source/core/StarUuid.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_UUID_HPP
-#define STAR_UUID_HPP
+#pragma once
#include "StarArray.hpp"
#include "StarDataStream.hpp"
@@ -40,5 +39,3 @@ DataStream& operator>>(DataStream& ds, Uuid& uuid);
DataStream& operator<<(DataStream& ds, Uuid const& uuid);
}
-
-#endif