]> git.mxchange.org Git - flightgear.git/blobdiff - Main/splash.cxx
C++ ifying ...
[flightgear.git] / Main / splash.cxx
index 127fb9458f3151e99be52d351234354b638e5810..66b4498b584975531b10b2f8307a288fbbde4a41 100644 (file)
@@ -36,7 +36,6 @@
 
 #include <string.h>
 
-#include <Aircraft/aircraft.h>
 #include <Debug/fg_debug.h>
 #include <Main/options.hxx>
 #include <Objects/texload.h>
@@ -149,6 +148,9 @@ void fgSplashUpdate ( double progress ) {
 
 
 // $Log$
+// Revision 1.6  1998/10/17 01:34:25  curt
+// C++ ifying ...
+//
 // Revision 1.5  1998/09/26 13:17:29  curt
 // Clear screen to "black" before drawing splash screen.
 //