summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/event-thread.cpp3
-rw-r--r--test/event.cpp3
-rw-r--r--test/ipa/ipa_interface_test.cpp2
3 files changed, 3 insertions, 5 deletions
diff --git a/test/event-thread.cpp b/test/event-thread.cpp
index 05c5d26d..57526166 100644
--- a/test/event-thread.cpp
+++ b/test/event-thread.cpp
@@ -10,11 +10,10 @@
#include <string.h>
#include <unistd.h>
+#include <libcamera/base/event_notifier.h>
#include <libcamera/base/thread.h>
#include <libcamera/base/timer.h>
-#include "libcamera/internal/event_notifier.h"
-
#include "test.h"
using namespace std;
diff --git a/test/event.cpp b/test/event.cpp
index aa79da99..c2274344 100644
--- a/test/event.cpp
+++ b/test/event.cpp
@@ -10,11 +10,10 @@
#include <unistd.h>
#include <libcamera/base/event_dispatcher.h>
+#include <libcamera/base/event_notifier.h>
#include <libcamera/base/thread.h>
#include <libcamera/base/timer.h>
-#include "libcamera/internal/event_notifier.h"
-
#include "test.h"
using namespace std;
diff --git a/test/ipa/ipa_interface_test.cpp b/test/ipa/ipa_interface_test.cpp
index 656d8655..ee9f2651 100644
--- a/test/ipa/ipa_interface_test.cpp
+++ b/test/ipa/ipa_interface_test.cpp
@@ -15,11 +15,11 @@
#include <libcamera/ipa/vimc_ipa_proxy.h>
#include <libcamera/base/event_dispatcher.h>
+#include <libcamera/base/event_notifier.h>
#include <libcamera/base/thread.h>
#include <libcamera/base/timer.h>
#include "libcamera/internal/device_enumerator.h"
-#include "libcamera/internal/event_notifier.h"
#include "libcamera/internal/ipa_manager.h"
#include "libcamera/internal/ipa_module.h"
#include "libcamera/internal/pipeline_handler.h"