]> git.mxchange.org Git - flightgear.git/blobdiff - Time/fg_time.hxx
Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since
[flightgear.git] / Time / fg_time.hxx
index 979c2251b46f7478599c9ab99058a6b2dc2ea183..04c48470a86f2ccf8b2422fa69905d0b60e52825 100644 (file)
@@ -49,7 +49,7 @@
 #  include <time.h>
 #endif
 
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
 
 
 // Define a structure containing global time parameters
@@ -105,6 +105,10 @@ void fgTimeUpdate(FGState *f, fgTIME *t);
 
 
 // $Log$
+// Revision 1.13  1999/02/01 21:33:39  curt
+// Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since
+// Jon accepted my offer to do this and thought it was a good idea.
+//
 // Revision 1.12  1999/01/07 20:25:35  curt
 // Portability changes and updates from Bernie Bright.
 //