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

summaryrefslogtreecommitdiff
path: root/source/game/StarCelestialCoordinate.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarCelestialCoordinate.hpp')
-rw-r--r--source/game/StarCelestialCoordinate.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarCelestialCoordinate.hpp b/source/game/StarCelestialCoordinate.hpp
index e0b5304..9bdc381 100644
--- a/source/game/StarCelestialCoordinate.hpp
+++ b/source/game/StarCelestialCoordinate.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_CELESTIAL_COORDINATE_HPP
-#define STAR_CELESTIAL_COORDINATE_HPP
+#pragma once
#include "StarJson.hpp"
#include "StarVector.hpp"
@@ -94,5 +93,3 @@ private:
}
template <> struct fmt::formatter<Star::CelestialCoordinate> : ostream_formatter {};
-
-#endif