]> git.mxchange.org Git - flightgear.git/commitdiff
Fix an #include typo.
authorcurt <curt>
Sun, 15 Feb 2004 18:41:14 +0000 (18:41 +0000)
committercurt <curt>
Sun, 15 Feb 2004 18:41:14 +0000 (18:41 +0000)
src/Main/fg_commands.cxx

index 7685a369b23b926261ed5c52bbe20ad9142da7e8..cdbb8dd2e7ba5fc7c8bc3274e482d616fe6e76bd 100644 (file)
@@ -35,7 +35,7 @@
 #include "fg_commands.hxx"
 #include "fg_props.hxx"
 #include "globals.hxx"
-#include "logger.cxx"
+#include "logger.hxx"
 #include "util.hxx"
 #include "viewmgr.hxx"