summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/file.cpp2
-rw-r--r--test/hotplug-cameras.cpp3
2 files changed, 2 insertions, 3 deletions
diff --git a/test/file.cpp b/test/file.cpp
index b80667ae..d768e323 100644
--- a/test/file.cpp
+++ b/test/file.cpp
@@ -13,7 +13,7 @@
#include <sys/types.h>
#include <unistd.h>
-#include "libcamera/internal/file.h"
+#include <libcamera/base/file.h>
#include "test.h"
diff --git a/test/hotplug-cameras.cpp b/test/hotplug-cameras.cpp
index bb160537..df560403 100644
--- a/test/hotplug-cameras.cpp
+++ b/test/hotplug-cameras.cpp
@@ -15,11 +15,10 @@
#include <libcamera/camera_manager.h>
#include <libcamera/base/event_dispatcher.h>
+#include <libcamera/base/file.h>
#include <libcamera/base/thread.h>
#include <libcamera/base/timer.h>
-#include "libcamera/internal/file.h"
-
#include "test.h"
using namespace libcamera;