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, 4 insertions, 3 deletions
diff --git a/test/event.cpp b/test/event.cpp
index 1f16c97b..aa79da99 100644
--- a/test/event.cpp
+++ b/test/event.cpp
@@ -9,10 +9,11 @@
#include <string.h>
#include <unistd.h>
-#include "libcamera/internal/event_dispatcher.h"
+#include <libcamera/base/event_dispatcher.h>
+#include <libcamera/base/thread.h>
+#include <libcamera/base/timer.h>
+
#include "libcamera/internal/event_notifier.h"
-#include "libcamera/internal/thread.h"
-#include "libcamera/internal/timer.h"
#include "test.h"