1
0
Fork 0

Remove dependency on acmodel.hxx out of flight.hxx (which is included

many places) and into the files that actually use it.
This commit is contained in:
david 2002-08-07 01:30:21 +00:00
parent 29d20b1703
commit c3f4b63258
4 changed files with 5 additions and 1 deletions

View file

@ -34,6 +34,7 @@
#include <FDM/LaRCsim/ls_interface.h>
#include <FDM/LaRCsimIC.hxx>
#include <FDM/UIUCModel/uiuc_aircraft.h>
#include <Model/acmodel.hxx>
#include "IO360.hxx"
#include "LaRCsim.hxx"

View file

@ -3,6 +3,7 @@
#include <simgear/xml/easyxml.hxx>
#include <Main/globals.hxx>
#include <Main/fg_props.hxx>
#include <Model/acmodel.hxx>
#include "FGFDM.hpp"
#include "Atmosphere.hpp"

View file

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

View file

@ -93,7 +93,6 @@
// #include <simgear/timing/timestamp.hxx>
#include <Main/fgfs.hxx>
#include <Model/acmodel.hxx>
#include <Model/model.hxx>
#include <Main/location.hxx>
@ -101,6 +100,8 @@ SG_USING_STD(list);
SG_USING_STD(vector);
SG_USING_STD(string);
class FGAircraftModel;
typedef double FG_VECTOR_3[3];