summaryrefslogtreecommitdiff
path: root/test/vector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/vector.cpp')
-rw-r--r--test/vector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/vector.cpp b/test/vector.cpp
index 8e4ec77d..4fae960d 100644
--- a/test/vector.cpp
+++ b/test/vector.cpp
@@ -5,14 +5,14 @@
* Vector tests
*/
-#include "../src/ipa/libipa/vector.h"
+#include "libcamera/internal/vector.h"
#include <cmath>
#include <iostream>
#include "test.h"
-using namespace libcamera::ipa;
+using namespace libcamera;
#define ASSERT_EQ(a, b) \
if ((a) != (b)) { \