]> git.mxchange.org Git - flightgear.git/blobdiff - Time/fg_time.c
Merged in make system changes from Bob Kuehne <rpk@sgi.com>
[flightgear.git] / Time / fg_time.c
index 6b49f0d0210cbe8f2e55b14e0995f0b4e39adc93..669c68faaa7db4730aa280a8a5002e7655a1120e 100644 (file)
 #  include <sys/time.h>  /* for get/setitimer, gettimeofday, struct timeval */
 #endif /* USE_FTIME */
 
-#include "fg_time.h"
-#include "../Include/constants.h"
-#include "../Flight/flight.h"
-#include "../Time/fg_time.h"
+#include <Time/fg_time.h>
+#include <Include/constants.h>
+#include <Flight/flight.h>
 
 
 #define DEGHR(x)        ((x)/15.)
@@ -301,9 +300,13 @@ void fgTimeUpdate(struct fgFLIGHT *f, struct fgTIME *t) {
 
 
 /* $Log$
-/* Revision 1.28  1998/01/19 18:35:49  curt
-/* Minor tweaks and fixes for cygwin32.
+/* Revision 1.29  1998/01/19 19:27:20  curt
+/* Merged in make system changes from Bob Kuehne <rpk@sgi.com>
+/* This should simplify things tremendously.
 /*
+ * Revision 1.28  1998/01/19 18:35:49  curt
+ * Minor tweaks and fixes for cygwin32.
+ *
  * Revision 1.27  1998/01/13 00:23:13  curt
  * Initial changes to support loading and management of scenery tiles.  Note,
  * there's still a fair amount of work left to be done.