]> git.mxchange.org Git - simgear.git/commitdiff
Revert to old way of including everything from SGMath.hxx
authorThomas Geymayer <tomgey@gmail.com>
Sun, 23 Dec 2012 00:17:56 +0000 (01:17 +0100)
committerThomas Geymayer <tomgey@gmail.com>
Sun, 23 Dec 2012 00:30:41 +0000 (01:30 +0100)
simgear/math/SGVec2.hxx
simgear/nasal/cppbind/cppbind_test.cxx

index 7b9ec15ef890e343a5bc00464f09a42125175a21..0695cded19f232e7cc14b698e2f1c6892be2e0fe 100644 (file)
 #ifndef SGVec2_H
 #define SGVec2_H
 
-#include "SGLimits.hxx"
-#include "SGMathFwd.hxx"
-#include "SGMisc.hxx"
-
 #include <iosfwd>
 
 /// 2D Vector Class
index 194ebfb34e9a9910a94fb42e2c008ba2a0180904..88d7d648129263cef830ab4025b80ff32f963aeb 100644 (file)
@@ -1,4 +1,4 @@
-#include <simgear/math/SGVec2.hxx>
+#include <simgear/math/SGMath.hxx>
 
 #include "Ghost.hxx"
 #include "NasalHash.hxx"