diff options
Diffstat (limited to 'source/core/StarImageProcessing.hpp')
-rw-r--r-- | source/core/StarImageProcessing.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarImageProcessing.hpp b/source/core/StarImageProcessing.hpp index ed3319b..71ce6fc 100644 --- a/source/core/StarImageProcessing.hpp +++ b/source/core/StarImageProcessing.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_IMAGE_PROCESSING_HPP -#define STAR_IMAGE_PROCESSING_HPP +#pragma once #include "StarList.hpp" #include "StarRect.hpp" @@ -164,5 +163,3 @@ void processImageOperation(ImageOperation const& operation, Image& input, ImageR Image processImageOperations(List<ImageOperation> const& operations, Image input, ImageReferenceCallback refCallback = {}); } - -#endif |