1
0
Fork 0

Eliminate dependency of flight.hxx on model.hxx, to avoid unnecessary

rebuilding.
This commit is contained in:
david 2002-11-03 15:41:30 +00:00
parent f06a658bee
commit 2bc7a538cf
4 changed files with 8 additions and 4 deletions

View file

@ -25,9 +25,12 @@
#include <simgear/constants.h>
#include <simgear/debug/logstream.hxx>
#include <Main/fg_props.hxx>
#include <Aircraft/aircraft.hxx>
#include <Controls/controls.hxx>
#include <Model/model.hxx>
#include <Main/location.hxx>
#include <FDM/flight.hxx>
#include <FDM/LaRCsim/ls_cockpit.h>
#include <FDM/LaRCsim/ls_generic.h>
@ -39,6 +42,7 @@
#include "IO360.hxx"
#include "LaRCsim.hxx"
FGLaRCsim::FGLaRCsim( double dt ) {
// set_delta_t( dt );

View file

@ -4,6 +4,8 @@
#include <Main/globals.hxx>
#include <Main/fg_props.hxx>
#include <Model/acmodel.hxx>
#include <Model/model.hxx>
#include <Main/location.hxx>
#include "FGFDM.hpp"
#include "Atmosphere.hpp"

View file

@ -34,6 +34,8 @@
#include <FDM/LaRCsim/ls_interface.h>
#include <Main/globals.hxx>
#include <Main/fg_props.hxx>
#include <Main/location.hxx>
#include <Model/model.hxx>
#include <Model/acmodel.hxx>
#include "flight.hxx"

View file

@ -90,11 +90,7 @@
#include <string>
#include <simgear/constants.h>
// #include <simgear/timing/timestamp.hxx>
#include <Main/fgfs.hxx>
#include <Model/model.hxx>
#include <Main/location.hxx>
SG_USING_STD(list);
SG_USING_STD(vector);