]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/rul.hxx
Merge branch 'durk/ai-atc'
[flightgear.git] / src / Network / rul.hxx
index c2f68441a2a63485181e2a7d4c9210583f5b5590..b19b9556d1ae69d1c2af18470fdb2ecdf52e0348 100644 (file)
@@ -3,7 +3,7 @@
 //
 // Written by Curtis Olson, started November 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1999  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
@@ -17,7 +17,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 // $Id$
 
 
 #include <simgear/compiler.h>
 
-#include STL_STRING
+#include <string>
 
 #include "protocol.hxx"
 
-SG_USING_STD(string);
+using std::string;
 
 
 class FGRUL : public FGProtocol {