]> git.mxchange.org Git - flightgear.git/blobdiff - Cockpit/hud.hxx
C++-ifying.
[flightgear.git] / Cockpit / hud.hxx
index 05974867e243c07b61453ec39dcb457b8a743f5d..cf611cb740edf582712d0c4db5458463660ef438 100644 (file)
@@ -47,8 +47,8 @@
 
 #include <fg_typedefs.h>
 #include <fg_constants.h>
-#include <Aircraft/aircraft.h>
-#include <Flight/flight.h>
+#include <Aircraft/aircraft.hxx>
+#include <Flight/flight.hxx>
 #include <Controls/controls.h>
 
 #include <deque>        // STL double ended queue
@@ -524,6 +524,9 @@ void fgHUDSetTimeMode( Hptr hud, int time_of_day );
 #endif // _HUD_H
 
 // $Log$
+// Revision 1.15  1998/10/16 23:27:27  curt
+// C++-ifying.
+//
 // Revision 1.14  1998/09/29 14:56:33  curt
 // c++-ified comments.
 //