From: Torsten Dreyer Date: Sun, 27 Feb 2011 11:53:47 +0000 (+0100) Subject: prepare for subsystem_mgr.hxx no longer including props.hxx X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1050a35d92434363e2d86e8b3ba05c52bc9ca8ba;p=flightgear.git prepare for subsystem_mgr.hxx no longer including props.hxx subsystem_mgr.hxx will soon no longer include props.hxx since it does not (need to) know about properties at all. --- diff --git a/src/Environment/realwx_ctrl.hxx b/src/Environment/realwx_ctrl.hxx index 93155e6e8..00ab1947f 100644 --- a/src/Environment/realwx_ctrl.hxx +++ b/src/Environment/realwx_ctrl.hxx @@ -24,7 +24,7 @@ #define _REALWX_CTRL_HXX #include - +#include namespace Environment { class RealWxController : public SGSubsystem { diff --git a/src/Instrumentation/dclgps.hxx b/src/Instrumentation/dclgps.hxx index 11d48bc5e..e2b2ee269 100644 --- a/src/Instrumentation/dclgps.hxx +++ b/src/Instrumentation/dclgps.hxx @@ -33,6 +33,7 @@ #include #include +#include #include class SGTime; diff --git a/src/Main/logger.hxx b/src/Main/logger.hxx index 1f99cd910..c1b56b264 100644 --- a/src/Main/logger.hxx +++ b/src/Main/logger.hxx @@ -11,6 +11,7 @@ #include #include +#include /** * Log any property values to any number of CSV files. diff --git a/src/Main/viewmgr.hxx b/src/Main/viewmgr.hxx index c14347e26..6461af11a 100644 --- a/src/Main/viewmgr.hxx +++ b/src/Main/viewmgr.hxx @@ -29,6 +29,7 @@ #include #include +#include #include // forward decls diff --git a/src/Sound/fg_fx.hxx b/src/Sound/fg_fx.hxx index 26c802f34..8051ce4aa 100644 --- a/src/Sound/fg_fx.hxx +++ b/src/Sound/fg_fx.hxx @@ -29,6 +29,7 @@ #include #include +#include #include class SGXmlSound; diff --git a/src/Sound/sample_queue.hxx b/src/Sound/sample_queue.hxx index db3d9c785..6bbc076ce 100644 --- a/src/Sound/sample_queue.hxx +++ b/src/Sound/sample_queue.hxx @@ -29,6 +29,7 @@ #include #include +#include #include class SGSoundSample; diff --git a/src/Time/TimeManager.hxx b/src/Time/TimeManager.hxx index d0dff8155..59aa03616 100644 --- a/src/Time/TimeManager.hxx +++ b/src/Time/TimeManager.hxx @@ -22,6 +22,7 @@ #define FG_TIME_TIMEMANAGER_HXX #include +#include // forward decls class SGTime;