Cleaned up header includes.

This commit is contained in:
jgoppert
2015-11-05 19:25:44 -05:00
parent b06c557a2a
commit cefe7b3e80
7 changed files with 10 additions and 11 deletions
+2 -3
View File
@@ -7,9 +7,8 @@
*/
#pragma once
#include <Vector.hpp>
#include <Dcm.hpp>
#include <Quaternion.hpp>
#include "matrix.hpp"
namespace matrix
{
+2 -3
View File
@@ -7,9 +7,8 @@
*/
#pragma once
#include <Vector.hpp>
#include <Dcm.hpp>
#include <Euler.hpp>
#include "matrix.hpp"
namespace matrix
{
+1 -1
View File
@@ -14,7 +14,7 @@
#include <string.h>
#include <math.h>
#include "Matrix.hpp"
#include "matrix.hpp"
namespace matrix
{
+1 -1
View File
@@ -14,7 +14,7 @@
#include <string.h>
#include <math.h>
#include "Matrix.hpp"
#include "matrix.hpp"
namespace matrix
{
+1 -1
View File
@@ -7,7 +7,7 @@
*/
#pragma once
#include <Matrix.hpp>
#include "matrix.hpp"
namespace matrix
{
+2 -1
View File
@@ -7,7 +7,8 @@
*/
#pragma once
#include <Vector.hpp>
#include "matrix.hpp"
namespace matrix
{
+1 -1
View File
@@ -7,5 +7,5 @@
#include "Euler.hpp"
#include "Dcm.hpp"
#include "Scalar.hpp"
#include "Quaternion.hpp"
#include "filter.hpp"