summaryrefslogtreecommitdiff
path: root/include/libcamera/property_ids.h.in
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2021-11-23 17:23:07 +0000
committerKieran Bingham <kieran.bingham@ideasonboard.com>2021-11-24 12:17:35 +0000
commit0a64cf8b7645a90b289f270ad585e8f703350099 (patch)
tree612ac65edaa6ed0dbcee4b8ed1cca26b5978c9eb /include/libcamera/property_ids.h.in
parent8212671ee74ec89c1422807e4bc80a0fb24ff9c2 (diff)
libcamera: Convert to pragma once
Remove the verbose #ifndef/#define/#endif pattern for maintaining header idempotency, and replace it with a simple #pragma once. This simplifies the headers, and prevents redundant changes when header files get moved. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>
Diffstat (limited to 'include/libcamera/property_ids.h.in')
-rw-r--r--include/libcamera/property_ids.h.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/libcamera/property_ids.h.in b/include/libcamera/property_ids.h.in
index 52646c1f..ff019408 100644
--- a/include/libcamera/property_ids.h.in
+++ b/include/libcamera/property_ids.h.in
@@ -7,8 +7,7 @@
* This file is auto-generated. Do not edit.
*/
-#ifndef __LIBCAMERA_PROPERTY_IDS_H__
-#define __LIBCAMERA_PROPERTY_IDS_H__
+#pragma once
#include <stdint.h>
@@ -35,5 +34,3 @@ extern const ControlIdMap properties;
} /* namespace properties */
} /* namespace libcamera */
-
-#endif /* __LIBCAMERA_PROPERTY_IDS_H__ */