]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/route_mgr.cxx
ignore resets for now because every z/Z key press would trigger a call to NOAA. We...
[flightgear.git] / src / Autopilot / route_mgr.cxx
index c9fc58765d7549affef21049c02e54838695d402..eb35fae55810c024fc709fda66855a699d7de95b 100644 (file)
 // $Id$
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include <FDM/flight.hxx>
 #include <Main/fg_props.hxx>
 
@@ -43,7 +49,6 @@ FGRouteMgr::FGRouteMgr() :
     wpn_dist( NULL ),
     wpn_eta( NULL )
 {
-    cout << "route = " << route << endl;
 }