]> git.mxchange.org Git - flightgear.git/blobdiff - Slew/slew.c
Merged in make system changes from Bob Kuehne <rpk@sgi.com>
[flightgear.git] / Slew / slew.c
index 01e1317fb736822442ed5583a856073523cd2881..3a4e28eea79e077590a9be599c7585f1a1dd36e7 100644 (file)
 
 #include <math.h>
 
-#include "slew.h"
-#include "../flight.h"
-#include "../../Aircraft/aircraft.h"
-#include "../../Controls/controls.h"
-#include "../../Include/constants.h"
+#include <Flight/Slew/slew.h>
+#include <Flight/flight.h>
+#include <Aircraft/aircraft.h>
+#include <Controls/controls.h>
+#include <Include/constants.h>
 
 
 #ifndef M_PI                                    
@@ -93,10 +93,14 @@ void fgSlewUpdate( void ) {
 
 
 /* $Log$
-/* Revision 1.8  1998/01/19 18:40:30  curt
-/* Tons of little changes to clean up the code and to remove fatal errors
-/* when building with the c++ compiler.
+/* Revision 1.9  1998/01/19 19:27:06  curt
+/* Merged in make system changes from Bob Kuehne <rpk@sgi.com>
+/* This should simplify things tremendously.
 /*
+ * Revision 1.8  1998/01/19 18:40:30  curt
+ * Tons of little changes to clean up the code and to remove fatal errors
+ * when building with the c++ compiler.
+ *
  * Revision 1.7  1997/12/15 23:54:42  curt
  * Add xgl wrappers for debugging.
  * Generate terrain normals on the fly.