diff options
Diffstat (limited to 'source/core/StarDirectives.hpp')
-rw-r--r-- | source/core/StarDirectives.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarDirectives.hpp b/source/core/StarDirectives.hpp index b7575ed..ec43b9d 100644 --- a/source/core/StarDirectives.hpp +++ b/source/core/StarDirectives.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_DIRECTIVES_HPP -#define STAR_DIRECTIVES_HPP +#pragma once #include "StarImageProcessing.hpp" #include "StarHash.hpp" @@ -122,5 +121,3 @@ struct hash<DirectivesGroup> { typedef DirectivesGroup ImageDirectives; } - -#endif |