many places) and into the files that actually use it.
#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"
#include <simgear/xml/easyxml.hxx>
#include <Main/globals.hxx>
#include <Main/fg_props.hxx>
+#include <Model/acmodel.hxx>
#include "FGFDM.hpp"
#include "Atmosphere.hpp"
#include <FDM/LaRCsim/ls_interface.h>
#include <Main/globals.hxx>
#include <Main/fg_props.hxx>
+#include <Model/acmodel.hxx>
#include "flight.hxx"
// #include <simgear/timing/timestamp.hxx>
#include <Main/fgfs.hxx>
-#include <Model/acmodel.hxx>
#include <Model/model.hxx>
#include <Main/location.hxx>
SG_USING_STD(vector);
SG_USING_STD(string);
+class FGAircraftModel;
+
typedef double FG_VECTOR_3[3];