diff options
Diffstat (limited to 'source/core/StarAlgorithm.hpp')
-rw-r--r-- | source/core/StarAlgorithm.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarAlgorithm.hpp b/source/core/StarAlgorithm.hpp index ef82cc8..1e5e85c 100644 --- a/source/core/StarAlgorithm.hpp +++ b/source/core/StarAlgorithm.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_ALGORITHM_HPP -#define STAR_ALGORITHM_HPP +#pragma once #include "StarException.hpp" @@ -654,5 +653,3 @@ template <typename T> struct FunctionTraits<T const&&> : public FunctionTraits<T> {}; } - -#endif |