]> git.mxchange.org Git - flightgear.git/blobdiff - LaRCsim/ls_interface.c
Merged in make system changes from Bob Kuehne <rpk@sgi.com>
[flightgear.git] / LaRCsim / ls_interface.c
index 5eb52d1fd4b2b98c848bb71589087c9438f85c94..d5bf7f620256cdf385adbe7ba8ecdf2491a3007a 100644 (file)
@@ -240,8 +240,8 @@ $Original log: LaRCsim.c,v $
 #include "ls_aux.h"
 #include "ls_model.h"
 #include "ls_init.h"
-#include "../flight.h"
-#include "../../Aircraft/aircraft.h"
+#include <Flight/flight.h>
+#include <Aircraft/aircraft.h>
 
 /* global variable declarations */
 
@@ -915,6 +915,10 @@ int fgLaRCsim_2_Flight (struct fgFLIGHT *f) {
 /* Flight Gear Modification Log
  *
  * $Log$
+ * Revision 1.14  1998/01/19 19:27:04  curt
+ * Merged in make system changes from Bob Kuehne <rpk@sgi.com>
+ * This should simplify things tremendously.
+ *
  * Revision 1.13  1998/01/19 18:40:26  curt
  * Tons of little changes to clean up the code and to remove fatal errors
  * when building with the c++ compiler.