diff options
Diffstat (limited to 'src/ipa/ipu3/algorithms/blc.h')
-rw-r--r-- | src/ipa/ipu3/algorithms/blc.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ipa/ipu3/algorithms/blc.h b/src/ipa/ipu3/algorithms/blc.h index 4b7cb483..d8da1748 100644 --- a/src/ipa/ipu3/algorithms/blc.h +++ b/src/ipa/ipu3/algorithms/blc.h @@ -4,8 +4,8 @@ * * black_correction.h - IPU3 Black Level Correction control */ -#ifndef __LIBCAMERA_IPU3_ALGORITHMS_BLC_H__ -#define __LIBCAMERA_IPU3_ALGORITHMS_BLC_H__ + +#pragma once #include "algorithm.h" @@ -24,5 +24,3 @@ public: } /* namespace ipa::ipu3::algorithms */ } /* namespace libcamera */ - -#endif /* __LIBCAMERA_IPU3_ALGORITHMS_BLC_H__ */ |