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:
parent
29d20b1703
commit
c3f4b63258
4 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue