Commit 94b945f3 authored by Cianciosa, Mark's avatar Cianciosa, Mark
Browse files

Reduce headers includes.

parent a5d86967
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
#ifndef arithmetic_h
#define arithmetic_h

#include "piecewise.hpp"
#include "node.hpp"

namespace graph {
//------------------------------------------------------------------------------
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@

#include "vector.hpp"
#include "trigonometry.hpp"
#include "piecewise.hpp"
#include "math.hpp"

namespace equilibrium {
//******************************************************************************
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
#ifndef math_h
#define math_h

#include "arithmetic.hpp"
#include "node.hpp"

namespace graph {
//******************************************************************************
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
#ifndef vector_h
#define vector_h

#include "math.hpp"
#include "node.hpp"

namespace graph {
//******************************************************************************