summaryrefslogtreecommitdiff
path: root/test/object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/object.cpp')
-rw-r--r--test/object.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/object.cpp b/test/object.cpp
index 264659b4..cbd0d3ec 100644
--- a/test/object.cpp
+++ b/test/object.cpp
@@ -7,10 +7,9 @@
#include <iostream>
-#include <libcamera/object.h>
-
-#include "libcamera/internal/message.h"
-#include "libcamera/internal/thread.h"
+#include <libcamera/base/message.h>
+#include <libcamera/base/object.h>
+#include <libcamera/base/thread.h>
#include "test.h"