1
0
Fork 0

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.
This commit is contained in:
Torsten Dreyer 2011-02-27 12:53:47 +01:00
parent 61186fb6f9
commit 1050a35d92
7 changed files with 7 additions and 1 deletions

View 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
{

View file

@ -33,6 +33,7 @@
#include <map>
#include <simgear/structure/subsystem_mgr.hxx>
#include <simgear/props/props.hxx>
#include <Navaids/positioned.hxx>
class SGTime;

View 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.

View 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

View 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;

View 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;

View 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;