summaryrefslogtreecommitdiff
path: root/test/event.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/event.cpp')
-rw-r--r--test/event.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/event.cpp b/test/event.cpp
index c865092c..1f16c97b 100644
--- a/test/event.cpp
+++ b/test/event.cpp
@@ -9,11 +9,10 @@
#include <string.h>
#include <unistd.h>
-#include <libcamera/event_dispatcher.h>
-#include <libcamera/event_notifier.h>
-#include <libcamera/timer.h>
-
+#include "libcamera/internal/event_dispatcher.h"
+#include "libcamera/internal/event_notifier.h"
#include "libcamera/internal/thread.h"
+#include "libcamera/internal/timer.h"
#include "test.h"