summaryrefslogtreecommitdiff
path: root/include/libcamera/internal/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcamera/internal/timer.h')
-rw-r--r--include/libcamera/internal/timer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libcamera/internal/timer.h b/include/libcamera/internal/timer.h
index f55fe3c0..013e93c0 100644
--- a/include/libcamera/internal/timer.h
+++ b/include/libcamera/internal/timer.h
@@ -4,8 +4,8 @@
*
* timer.h - Generic timer
*/
-#ifndef __LIBCAMERA_TIMER_H__
-#define __LIBCAMERA_TIMER_H__
+#ifndef __LIBCAMERA_INTERNAL_TIMER_H__
+#define __LIBCAMERA_INTERNAL_TIMER_H__
#include <chrono>
#include <stdint.h>
@@ -46,4 +46,4 @@ private:
} /* namespace libcamera */
-#endif /* __LIBCAMERA_TIMER_H__ */
+#endif /* __LIBCAMERA_INTERNAL_TIMER_H__ */