]> git.mxchange.org Git - flightgear.git/commitdiff
prepare for subsystem_mgr.hxx no longer including props.hxx
authorTorsten Dreyer <Torsten@t3r.de>
Sun, 27 Feb 2011 11:53:47 +0000 (12:53 +0100)
committerTorsten Dreyer <Torsten@t3r.de>
Sun, 27 Feb 2011 11:53:47 +0000 (12:53 +0100)
subsystem_mgr.hxx will soon no longer include props.hxx since it
does not (need to) know about properties at all.

src/Environment/realwx_ctrl.hxx
src/Instrumentation/dclgps.hxx
src/Main/logger.hxx
src/Main/viewmgr.hxx
src/Sound/fg_fx.hxx
src/Sound/sample_queue.hxx
src/Time/TimeManager.hxx

index 93155e6e85e69513804775340e9bde9102de7f3e..00ab1947f228e97885172696fb2d0099984e1578 100644 (file)
@@ -24,7 +24,7 @@
 #define _REALWX_CTRL_HXX
 
 #include <simgear/structure/subsystem_mgr.hxx>
-
+#include <simgear/props/props.hxx>
 namespace Environment {
 class RealWxController : public SGSubsystem
 {
index 11d48bc5e2b5bfab28bf208b2189522053c2bad0..e2b2ee269df6426d497bc2b7d39251a036740276 100644 (file)
@@ -33,6 +33,7 @@
 #include <map>
 
 #include <simgear/structure/subsystem_mgr.hxx>
+#include <simgear/props/props.hxx>
 #include <Navaids/positioned.hxx>
 
 class SGTime;
index 1f99cd9102c66bfe235267a9b8de83839b341448..c1b56b2643c19fed9a0c7b95cd2c858537c5ba99 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <simgear/compiler.h>
 #include <simgear/structure/subsystem_mgr.hxx>
+#include <simgear/props/props.hxx>
 
 /**
  * Log any property values to any number of CSV files.
index c14347e26921205a34da761f59b30d9ad94bc443..6461af11a90fdaad16b99e92ab235470d7610d67 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <simgear/compiler.h>
 #include <simgear/structure/subsystem_mgr.hxx>
+#include <simgear/props/props.hxx>
 #include <simgear/math/SGMath.hxx>
 
 // forward decls
index 26c802f34a8f56953b26f5e5b7bbf0e488ea9c7a..8051ce4aa2c91af9acef21d154d04c8013326f44 100644 (file)
@@ -29,6 +29,7 @@
 #include <vector>
 
 #include <simgear/structure/subsystem_mgr.hxx>
+#include <simgear/props/props.hxx>
 #include <simgear/sound/sample_group.hxx>
 
 class SGXmlSound;
index db3d9c785fa5ae60781350a6482c4117920afb5b..6bbc076ceb87b84f44d464a9c80576100f77a89a 100644 (file)
@@ -29,6 +29,7 @@
 #include <queue>
 
 #include <simgear/structure/subsystem_mgr.hxx>
+#include <simgear/props/props.hxx>
 #include <simgear/sound/sample_group.hxx>
 
 class SGSoundSample;
index d0dff8155ba97c8de084f3f1623dff75a7100bf9..59aa036167dd81bfb2eb6fe0e9d8e97e78ef8e0a 100644 (file)
@@ -22,6 +22,7 @@
 #define FG_TIME_TIMEMANAGER_HXX
 
 #include <simgear/structure/subsystem_mgr.hxx>
+#include <simgear/props/props.hxx>
 
 // forward decls
 class SGTime;