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

summaryrefslogtreecommitdiff
path: root/source/core/StarJson.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarJson.hpp')
-rw-r--r--source/core/StarJson.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarJson.hpp b/source/core/StarJson.hpp
index 19f390e..4aa6f7b 100644
--- a/source/core/StarJson.hpp
+++ b/source/core/StarJson.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_JSON_HPP
-#define STAR_JSON_HPP
+#pragma once
#include "StarDataStream.hpp"
#include "StarVariant.hpp"
@@ -360,5 +359,3 @@ Json jsonMergeQueryDef(String const& key, Json def, Json const& first, T const&.
template <> struct fmt::formatter<Star::Json> : ostream_formatter {};
template <> struct fmt::formatter<Star::JsonObject> : ostream_formatter {};
-
-#endif