summaryrefslogtreecommitdiff
path: root/test/camera
diff options
context:
space:
mode:
Diffstat (limited to 'test/camera')
-rw-r--r--test/camera/buffer_import.cpp5
-rw-r--r--test/camera/capture.cpp4
2 files changed, 4 insertions, 5 deletions
diff --git a/test/camera/buffer_import.cpp b/test/camera/buffer_import.cpp
index ccf532d7..7ff62826 100644
--- a/test/camera/buffer_import.cpp
+++ b/test/camera/buffer_import.cpp
@@ -12,12 +12,11 @@
#include <numeric>
#include <vector>
-#include <libcamera/event_dispatcher.h>
-#include <libcamera/timer.h>
-
#include "libcamera/internal/device_enumerator.h"
+#include "libcamera/internal/event_dispatcher.h"
#include "libcamera/internal/media_device.h"
#include "libcamera/internal/thread.h"
+#include "libcamera/internal/timer.h"
#include "libcamera/internal/v4l2_videodevice.h"
#include "buffer_source.h"
diff --git a/test/camera/capture.cpp b/test/camera/capture.cpp
index fd5292b7..6d564fe4 100644
--- a/test/camera/capture.cpp
+++ b/test/camera/capture.cpp
@@ -7,11 +7,11 @@
#include <iostream>
-#include <libcamera/event_dispatcher.h>
#include <libcamera/framebuffer_allocator.h>
-#include <libcamera/timer.h>
+#include "libcamera/internal/event_dispatcher.h"
#include "libcamera/internal/thread.h"
+#include "libcamera/internal/timer.h"
#include "camera_test.h"
#include "test.h"