diff options
Diffstat (limited to 'source/core/StarFormat.hpp')
-rw-r--r-- | source/core/StarFormat.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarFormat.hpp b/source/core/StarFormat.hpp index f159928..5f9754a 100644 --- a/source/core/StarFormat.hpp +++ b/source/core/StarFormat.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_FORMAT_HPP -#define STAR_FORMAT_HPP +#pragma once #include "StarMemory.hpp" #include "StarException.hpp" @@ -46,5 +45,3 @@ inline std::string toString(Type const& t) { } } - -#endif |