]> git.mxchange.org Git - flightgear.git/blobdiff - Aircraft/aircraft.c
Merged in make system changes from Bob Kuehne <rpk@sgi.com>
[flightgear.git] / Aircraft / aircraft.c
index 097f9608412b85516237c9b8ec1b2eef2e6e7545..54e47f539a9dc5545ced68168409eade185351ce 100644 (file)
@@ -26,8 +26,8 @@
 
 #include <stdio.h>
 
-#include "aircraft.h"
-#include "../Include/constants.h"
+#include <Aircraft/aircraft.h>
+#include <Include/constants.h>
 
 
 /* This is a record containing all the info for the aircraft currently
@@ -53,10 +53,14 @@ void fgAircraftOutputCurrent(struct fgAIRCRAFT *a) {
 
 
 /* $Log$
-/* Revision 1.13  1997/12/15 23:54:30  curt
-/* Add xgl wrappers for debugging.
-/* Generate terrain normals on the fly.
+/* Revision 1.14  1998/01/19 19:26:56  curt
+/* Merged in make system changes from Bob Kuehne <rpk@sgi.com>
+/* This should simplify things tremendously.
 /*
+ * Revision 1.13  1997/12/15 23:54:30  curt
+ * Add xgl wrappers for debugging.
+ * Generate terrain normals on the fly.
+ *
  * Revision 1.12  1997/12/10 22:37:37  curt
  * Prepended "fg" on the name of all global structures that didn't have it yet.
  * i.e. "struct WEATHER {}" became "struct fgWEATHER {}"