]> git.mxchange.org Git - flightgear.git/blobdiff - Cockpit/cockpit.cxx
C++-ifying.
[flightgear.git] / Cockpit / cockpit.cxx
index 01d83fe73cf9066d1564386b3d4b7154c0ef32a5..ed3932cfc8ddada5c1c0cab87b5759382b5baf2a 100644 (file)
@@ -39,7 +39,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include <Aircraft/aircraft.h>
+#include <Aircraft/aircraft.hxx>
 #include <Debug/fg_debug.h>
 #include <Include/fg_constants.h>
 #include <Include/general.h>
@@ -316,6 +316,9 @@ void fgCockpitUpdate( void ) {
 
 
 // $Log$
+// Revision 1.18  1998/10/16 23:27:23  curt
+// C++-ifying.
+//
 // Revision 1.17  1998/09/29 14:56:30  curt
 // c++-ified comments.
 //