]> git.mxchange.org Git - flightgear.git/blobdiff - Cockpit/hud.hxx
Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since
[flightgear.git] / Cockpit / hud.hxx
index e1b34e1e5bb2886b3a9abb58471a8b099fa30134..f25358c4d0d4585a751ea842495da914121a1807 100644 (file)
@@ -48,7 +48,7 @@
 #include <fg_typedefs.h>
 #include <fg_constants.h>
 #include <Aircraft/aircraft.hxx>
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
 #include <Controls/controls.hxx>
 
 #include <deque>        // STL double ended queue
@@ -524,6 +524,10 @@ void fgHUDSetTimeMode( Hptr hud, int time_of_day );
 #endif // _HUD_H
 
 // $Log$
+// Revision 1.17  1999/02/01 21:33:28  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.16  1998/10/17 01:33:59  curt
 // C++ ifying ...
 //