diff options
Diffstat (limited to 'src/ipa/ipu3/algorithms/tone_mapping.h')
-rw-r--r-- | src/ipa/ipu3/algorithms/tone_mapping.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ipa/ipu3/algorithms/tone_mapping.h b/src/ipa/ipu3/algorithms/tone_mapping.h index 46dd6171..b727ab1e 100644 --- a/src/ipa/ipu3/algorithms/tone_mapping.h +++ b/src/ipa/ipu3/algorithms/tone_mapping.h @@ -4,8 +4,8 @@ * * tone_mapping.h - IPU3 ToneMapping and Gamma control */ -#ifndef __LIBCAMERA_IPU3_ALGORITHMS_TONE_MAPPING_H__ -#define __LIBCAMERA_IPU3_ALGORITHMS_TONE_MAPPING_H__ + +#pragma once #include "algorithm.h" @@ -29,5 +29,3 @@ private: } /* namespace ipa::ipu3::algorithms */ } /* namespace libcamera */ - -#endif /* __LIBCAMERA_IPU3_ALGORITHMS_TONE_MAPPING_H__ */ |