diff options
Diffstat (limited to 'src/ipa/ipu3/algorithms/algorithm.h')
-rw-r--r-- | src/ipa/ipu3/algorithms/algorithm.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ipa/ipu3/algorithms/algorithm.h b/src/ipa/ipu3/algorithms/algorithm.h index 43f5d8b0..16310ab1 100644 --- a/src/ipa/ipu3/algorithms/algorithm.h +++ b/src/ipa/ipu3/algorithms/algorithm.h @@ -4,8 +4,8 @@ * * algorithm.h - IPU3 control algorithm interface */ -#ifndef __LIBCAMERA_IPA_IPU3_ALGORITHM_H__ -#define __LIBCAMERA_IPA_IPU3_ALGORITHM_H__ + +#pragma once #include <libcamera/ipa/ipu3_ipa_interface.h> @@ -28,5 +28,3 @@ public: } /* namespace ipa::ipu3 */ } /* namespace libcamera */ - -#endif /* __LIBCAMERA_IPA_IPU3_ALGORITHM_H__ */ |