From: Thomas Geymayer Date: Sun, 23 Dec 2012 00:17:56 +0000 (+0100) Subject: Revert to old way of including everything from SGMath.hxx X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0423aedffcd4503d276bd9ab7f4b194501bc1c55;p=simgear.git Revert to old way of including everything from SGMath.hxx --- diff --git a/simgear/math/SGVec2.hxx b/simgear/math/SGVec2.hxx index 7b9ec15e..0695cded 100644 --- a/simgear/math/SGVec2.hxx +++ b/simgear/math/SGVec2.hxx @@ -18,10 +18,6 @@ #ifndef SGVec2_H #define SGVec2_H -#include "SGLimits.hxx" -#include "SGMathFwd.hxx" -#include "SGMisc.hxx" - #include /// 2D Vector Class diff --git a/simgear/nasal/cppbind/cppbind_test.cxx b/simgear/nasal/cppbind/cppbind_test.cxx index 194ebfb3..88d7d648 100644 --- a/simgear/nasal/cppbind/cppbind_test.cxx +++ b/simgear/nasal/cppbind/cppbind_test.cxx @@ -1,4 +1,4 @@ -#include +#include #include "Ghost.hxx" #include "NasalHash.hxx"