1
0
Fork 0

- make header not depend on *.cxx files (which would be wrong :-P )

This commit is contained in:
mfranz 2006-04-17 17:17:21 +00:00
parent 15a8e965f3
commit 6ecd221bca

View file

@ -23,6 +23,10 @@
#ifndef _ENVIRONMENT_CTRL_HXX
#define _ENVIRONMENT_CTRL_HXX
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <simgear/compiler.h>
#include <simgear/structure/subsystem_mgr.hxx>
#include <simgear/environment/metar.hxx>
@ -45,6 +49,7 @@ SG_USING_STD(queue);
SG_USING_STD(vector);
class SGPropertyNode;
class FGAirport;
#include "environment.hxx"
#include "fgmetar.hxx"