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:
parent
61186fb6f9
commit
1050a35d92
7 changed files with 7 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
#define _REALWX_CTRL_HXX
|
#define _REALWX_CTRL_HXX
|
||||||
|
|
||||||
#include <simgear/structure/subsystem_mgr.hxx>
|
#include <simgear/structure/subsystem_mgr.hxx>
|
||||||
|
#include <simgear/props/props.hxx>
|
||||||
namespace Environment {
|
namespace Environment {
|
||||||
class RealWxController : public SGSubsystem
|
class RealWxController : public SGSubsystem
|
||||||
{
|
{
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
#include <simgear/structure/subsystem_mgr.hxx>
|
#include <simgear/structure/subsystem_mgr.hxx>
|
||||||
|
#include <simgear/props/props.hxx>
|
||||||
#include <Navaids/positioned.hxx>
|
#include <Navaids/positioned.hxx>
|
||||||
|
|
||||||
class SGTime;
|
class SGTime;
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
#include <simgear/compiler.h>
|
#include <simgear/compiler.h>
|
||||||
#include <simgear/structure/subsystem_mgr.hxx>
|
#include <simgear/structure/subsystem_mgr.hxx>
|
||||||
|
#include <simgear/props/props.hxx>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Log any property values to any number of CSV files.
|
* Log any property values to any number of CSV files.
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
|
|
||||||
#include <simgear/compiler.h>
|
#include <simgear/compiler.h>
|
||||||
#include <simgear/structure/subsystem_mgr.hxx>
|
#include <simgear/structure/subsystem_mgr.hxx>
|
||||||
|
#include <simgear/props/props.hxx>
|
||||||
#include <simgear/math/SGMath.hxx>
|
#include <simgear/math/SGMath.hxx>
|
||||||
|
|
||||||
// forward decls
|
// forward decls
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <simgear/structure/subsystem_mgr.hxx>
|
#include <simgear/structure/subsystem_mgr.hxx>
|
||||||
|
#include <simgear/props/props.hxx>
|
||||||
#include <simgear/sound/sample_group.hxx>
|
#include <simgear/sound/sample_group.hxx>
|
||||||
|
|
||||||
class SGXmlSound;
|
class SGXmlSound;
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
#include <queue>
|
#include <queue>
|
||||||
|
|
||||||
#include <simgear/structure/subsystem_mgr.hxx>
|
#include <simgear/structure/subsystem_mgr.hxx>
|
||||||
|
#include <simgear/props/props.hxx>
|
||||||
#include <simgear/sound/sample_group.hxx>
|
#include <simgear/sound/sample_group.hxx>
|
||||||
|
|
||||||
class SGSoundSample;
|
class SGSoundSample;
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
#define FG_TIME_TIMEMANAGER_HXX
|
#define FG_TIME_TIMEMANAGER_HXX
|
||||||
|
|
||||||
#include <simgear/structure/subsystem_mgr.hxx>
|
#include <simgear/structure/subsystem_mgr.hxx>
|
||||||
|
#include <simgear/props/props.hxx>
|
||||||
|
|
||||||
// forward decls
|
// forward decls
|
||||||
class SGTime;
|
class SGTime;
|
||||||
|
|
Loading…
Reference in a new issue