summaryrefslogtreecommitdiff
path: root/include/libcamera/internal/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcamera/internal/process.h')
-rw-r--r--include/libcamera/internal/process.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libcamera/internal/process.h b/include/libcamera/internal/process.h
index d322fce1..36595106 100644
--- a/include/libcamera/internal/process.h
+++ b/include/libcamera/internal/process.h
@@ -4,8 +4,8 @@
*
* process.h - Process object
*/
-#ifndef __LIBCAMERA_PROCESS_H__
-#define __LIBCAMERA_PROCESS_H__
+#ifndef __LIBCAMERA_INTERNAL_PROCESS_H__
+#define __LIBCAMERA_INTERNAL_PROCESS_H__
#include <string>
#include <vector>
@@ -52,4 +52,4 @@ private:
} /* namespace libcamera */
-#endif /* __LIBCAMERA_PROCESS_H__ */
+#endif /* __LIBCAMERA_INTERNAL_PROCESS_H__ */