From 0423aedffcd4503d276bd9ab7f4b194501bc1c55 Mon Sep 17 00:00:00 2001 From: Thomas Geymayer Date: Sun, 23 Dec 2012 01:17:56 +0100 Subject: [PATCH] Revert to old way of including everything from SGMath.hxx --- simgear/math/SGVec2.hxx | 4 ---- simgear/nasal/cppbind/cppbind_test.cxx | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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" -- 2.39.5