summaryrefslogtreecommitdiff
path: root/include/libcamera/internal/pipeline_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcamera/internal/pipeline_handler.h')
-rw-r--r--include/libcamera/internal/pipeline_handler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libcamera/internal/pipeline_handler.h b/include/libcamera/internal/pipeline_handler.h
index 428f5887..56968d14 100644
--- a/include/libcamera/internal/pipeline_handler.h
+++ b/include/libcamera/internal/pipeline_handler.h
@@ -4,8 +4,8 @@
*
* pipeline_handler.h - Pipeline handler infrastructure
*/
-#ifndef __LIBCAMERA_PIPELINE_HANDLER_H__
-#define __LIBCAMERA_PIPELINE_HANDLER_H__
+#ifndef __LIBCAMERA_INTERNAL_PIPELINE_HANDLER_H__
+#define __LIBCAMERA_INTERNAL_PIPELINE_HANDLER_H__
#include <list>
#include <map>
@@ -148,4 +148,4 @@ static handler##Factory global_##handler##Factory;
} /* namespace libcamera */
-#endif /* __LIBCAMERA_PIPELINE_HANDLER_H__ */
+#endif /* __LIBCAMERA_INTERNAL_PIPELINE_HANDLER_H__ */