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"