From faced6bfe3826a4fdcfcd72171edbb501226814a Mon Sep 17 00:00:00 2001 From: px4dev Date: Sun, 6 Jan 2013 15:04:30 -0800 Subject: Merge James's controllib bits into a separate library module. Add a top-level mathlib header to avoid having to dig around for specific headers. --- apps/mathlib/math/Dcm.cpp | 2 +- apps/mathlib/math/EulerAngles.cpp | 2 +- apps/mathlib/math/Matrix.cpp | 2 +- apps/mathlib/math/Quaternion.cpp | 2 +- apps/mathlib/math/Vector.cpp | 2 +- apps/mathlib/math/Vector3.cpp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'apps/mathlib/math') 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 #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" -- cgit v1.2.3