]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/route_mgr.cxx
replace depreciated plib symbols with their new forms
[flightgear.git] / src / Autopilot / route_mgr.cxx
index c9fc58765d7549affef21049c02e54838695d402..480e6474d08a8438f0b3d4fa41fe20b6409e96ee 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started January 2004.
 //
-// Copyright (C) 2004  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2004  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
 // $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;
 }