aboutsummaryrefslogtreecommitdiff
path: root/apps/mathlib/math
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mathlib/math')
-rw-r--r--apps/mathlib/math/Dcm.cpp2
-rw-r--r--apps/mathlib/math/EulerAngles.cpp2
-rw-r--r--apps/mathlib/math/Matrix.cpp2
-rw-r--r--apps/mathlib/math/Quaternion.cpp2
-rw-r--r--apps/mathlib/math/Vector.cpp2
-rw-r--r--apps/mathlib/math/Vector3.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/apps/mathlib/math/Dcm.cpp b/apps/mathlib/math/Dcm.cpp
index 4c2067aff..59f3d88ab 100644
--- a/apps/mathlib/math/Dcm.cpp
+++ b/apps/mathlib/math/Dcm.cpp
@@ -37,7 +37,7 @@
* math direction cosine matrix
*/
-#include "test/test.hpp"
+#include "math/test/test.hpp"
#include "Dcm.hpp"
#include "Quaternion.hpp"
diff --git a/apps/mathlib/math/EulerAngles.cpp b/apps/mathlib/math/EulerAngles.cpp
index b6c1a0669..8991d5623 100644
--- a/apps/mathlib/math/EulerAngles.cpp
+++ b/apps/mathlib/math/EulerAngles.cpp
@@ -37,7 +37,7 @@
* math vector
*/
-#include "test/test.hpp"
+#include "math/test/test.hpp"
#include "EulerAngles.hpp"
#include "Quaternion.hpp"
diff --git a/apps/mathlib/math/Matrix.cpp b/apps/mathlib/math/Matrix.cpp
index ebd1aeda3..981732370 100644
--- a/apps/mathlib/math/Matrix.cpp
+++ b/apps/mathlib/math/Matrix.cpp
@@ -37,7 +37,7 @@
* matrix code
*/
-#include "test/test.hpp"
+#include "math/test/test.hpp"
#include <math.h>
#include "Matrix.hpp"
diff --git a/apps/mathlib/math/Quaternion.cpp b/apps/mathlib/math/Quaternion.cpp
index 7c4b0593a..68fe85300 100644
--- a/apps/mathlib/math/Quaternion.cpp
+++ b/apps/mathlib/math/Quaternion.cpp
@@ -37,7 +37,7 @@
* math vector
*/
-#include "test/test.hpp"
+#include "math/test/test.hpp"
#include "Quaternion.hpp"
diff --git a/apps/mathlib/math/Vector.cpp b/apps/mathlib/math/Vector.cpp
index 35158a396..d58e719db 100644
--- a/apps/mathlib/math/Vector.cpp
+++ b/apps/mathlib/math/Vector.cpp
@@ -37,7 +37,7 @@
* math vector
*/
-#include "test/test.hpp"
+#include "math/test/test.hpp"
#include "Vector.hpp"
diff --git a/apps/mathlib/math/Vector3.cpp b/apps/mathlib/math/Vector3.cpp
index 61fcc442f..9c57506da 100644
--- a/apps/mathlib/math/Vector3.cpp
+++ b/apps/mathlib/math/Vector3.cpp
@@ -37,7 +37,7 @@
* math vector
*/
-#include "test/test.hpp"
+#include "math/test/test.hpp"
#include "Vector3.hpp"