diff options
Diffstat (limited to 'source/core/StarPch.hpp')
-rw-r--r-- | source/core/StarPch.hpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source/core/StarPch.hpp b/source/core/StarPch.hpp index 7757a41..6837f14 100644 --- a/source/core/StarPch.hpp +++ b/source/core/StarPch.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_PCH_HPP -#define STAR_PCH_HPP +#pragma once #include <cstdint> #include <cstdlib> @@ -21,6 +20,3 @@ #include <iterator> #include <type_traits> #include <vector> - - -#endif
\ No newline at end of file |