summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/matrix_example.cpp2
-rw-r--r--test/vec_example.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/matrix_example.cpp b/test/matrix_example.cpp
index 469cbff..e7f6580 100644
--- a/test/matrix_example.cpp
+++ b/test/matrix_example.cpp
@@ -1,4 +1,4 @@
-#include "mmmatrix.hpp"
+#include "mm/mmmatrix.hpp"
#include <iostream>
#include <complex>
diff --git a/test/vec_example.cpp b/test/vec_example.cpp
index 3a00f58..14b9680 100644
--- a/test/vec_example.cpp
+++ b/test/vec_example.cpp
@@ -1,4 +1,4 @@
-#include "mmvec.hpp"
+#include "mm/mmvec.hpp"
#include <iostream>
#include <complex>