diff options
Diffstat (limited to 'source/core/StarSignalHandler.hpp')
-rw-r--r-- | source/core/StarSignalHandler.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarSignalHandler.hpp b/source/core/StarSignalHandler.hpp index 0b70d71..6bb8381 100644 --- a/source/core/StarSignalHandler.hpp +++ b/source/core/StarSignalHandler.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_SIGNAL_HANDLER_HPP -#define STAR_SIGNAL_HANDLER_HPP +#pragma once #include "StarException.hpp" @@ -33,5 +32,3 @@ private: }; } - -#endif |