- make header not depend on *.cxx files (which would be wrong :-P )
This commit is contained in:
parent
15a8e965f3
commit
6ecd221bca
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,10 @@
|
||||||
#ifndef _ENVIRONMENT_CTRL_HXX
|
#ifndef _ENVIRONMENT_CTRL_HXX
|
||||||
#define _ENVIRONMENT_CTRL_HXX
|
#define _ENVIRONMENT_CTRL_HXX
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
# include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <simgear/compiler.h>
|
#include <simgear/compiler.h>
|
||||||
#include <simgear/structure/subsystem_mgr.hxx>
|
#include <simgear/structure/subsystem_mgr.hxx>
|
||||||
#include <simgear/environment/metar.hxx>
|
#include <simgear/environment/metar.hxx>
|
||||||
|
@ -45,6 +49,7 @@ SG_USING_STD(queue);
|
||||||
SG_USING_STD(vector);
|
SG_USING_STD(vector);
|
||||||
|
|
||||||
class SGPropertyNode;
|
class SGPropertyNode;
|
||||||
|
class FGAirport;
|
||||||
|
|
||||||
#include "environment.hxx"
|
#include "environment.hxx"
|
||||||
#include "fgmetar.hxx"
|
#include "fgmetar.hxx"
|
||||||
|
|
Loading…
Reference in a new issue