summaryrefslogtreecommitdiff
path: root/include/libcamera/internal/device_enumerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcamera/internal/device_enumerator.h')
-rw-r--r--include/libcamera/internal/device_enumerator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libcamera/internal/device_enumerator.h b/include/libcamera/internal/device_enumerator.h
index 433e357a..25a36308 100644
--- a/include/libcamera/internal/device_enumerator.h
+++ b/include/libcamera/internal/device_enumerator.h
@@ -4,8 +4,8 @@
*
* device_enumerator.h - API to enumerate and find media devices
*/
-#ifndef __LIBCAMERA_DEVICE_ENUMERATOR_H__
-#define __LIBCAMERA_DEVICE_ENUMERATOR_H__
+#ifndef __LIBCAMERA_INTERNAL_DEVICE_ENUMERATOR_H__
+#define __LIBCAMERA_INTERNAL_DEVICE_ENUMERATOR_H__
#include <memory>
#include <string>
@@ -54,4 +54,4 @@ private:
} /* namespace libcamera */
-#endif /* __LIBCAMERA_DEVICE_ENUMERATOR_H__ */
+#endif /* __LIBCAMERA_INTERNAL_DEVICE_ENUMERATOR_H__ */