]> git.mxchange.org Git - flightgear.git/commitdiff
Use separate header file for vector properties.
authorThorstenB <brehmt@gmail.com>
Fri, 4 May 2012 22:12:41 +0000 (00:12 +0200)
committerThorstenB <brehmt@gmail.com>
Fri, 4 May 2012 22:12:41 +0000 (00:12 +0200)
(We could drop the "SGMath.hxx" include in many places now...)

src/GUI/menubar.cxx
src/Scripting/nasal-props.cxx

index 3c9d6e2d2468872a11a91eaa189bad33132368e4..444795fd592d938fec73b72105a9bfddc1de5f12 100644 (file)
@@ -6,7 +6,6 @@
 #include "menubar.hxx"
 #include <Main/locale.hxx>
 #include <Main/globals.hxx>
-#include <simgear/math/SGMath.hxx>
 
 FGMenuBar::FGMenuBar()
 {
index 2935114b9431ad6b7c7d094eef6487c8cd449a4e..5577d983b41ddda97a293ea1fa04e4244d09639e 100644 (file)
@@ -8,6 +8,7 @@
 #include <simgear/math/SGMath.hxx>
 #include <simgear/nasal/nasal.h>
 #include <simgear/props/props.hxx>
+#include <simgear/props/vectorPropTemplates.hxx>
 
 #include <Main/globals.hxx>