diff options
Diffstat (limited to 'source/core/StarFormattedJson.hpp')
-rw-r--r-- | source/core/StarFormattedJson.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarFormattedJson.hpp b/source/core/StarFormattedJson.hpp index df94523..f7e6b11 100644 --- a/source/core/StarFormattedJson.hpp +++ b/source/core/StarFormattedJson.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_JSON_COMMENTS_HPP -#define STAR_JSON_COMMENTS_HPP +#pragma once #include <list> @@ -131,5 +130,3 @@ std::ostream& operator<<(std::ostream& os, FormattedJson const& json); } template <> struct fmt::formatter<Star::FormattedJson> : ostream_formatter {}; - -#endif |