summaryrefslogtreecommitdiff
path: root/include/libcamera/ipa/raspberrypi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcamera/ipa/raspberrypi.h')
-rw-r--r--include/libcamera/ipa/raspberrypi.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/libcamera/ipa/raspberrypi.h b/include/libcamera/ipa/raspberrypi.h
index 521eaecd..7f705e49 100644
--- a/include/libcamera/ipa/raspberrypi.h
+++ b/include/libcamera/ipa/raspberrypi.h
@@ -4,8 +4,8 @@
*
* raspberrypi.h - Image Processing Algorithm interface for Raspberry Pi
*/
-#ifndef __LIBCAMERA_IPA_INTERFACE_RASPBERRYPI_H__
-#define __LIBCAMERA_IPA_INTERFACE_RASPBERRYPI_H__
+
+#pragma once
#include <stdint.h>
@@ -53,5 +53,3 @@ static const ControlInfoMap Controls({
} /* namespace libcamera */
#endif /* __DOXYGEN__ */
-
-#endif /* __LIBCAMERA_IPA_INTERFACE_RASPBERRYPI_H__ */