X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Frul.hxx;h=b19b9556d1ae69d1c2af18470fdb2ecdf52e0348;hb=2a9bf393c3d9196bd6a260d4e3b49d54ae2aac95;hp=b093244cd4d897e14cf585ea268a13f52beb94f5;hpb=2c7625351a7e0b4480f02206759b1a5c342d0d83;p=flightgear.git diff --git a/src/Network/rul.hxx b/src/Network/rul.hxx index b093244cd..b19b9556d 100644 --- a/src/Network/rul.hxx +++ b/src/Network/rul.hxx @@ -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$ @@ -26,13 +26,13 @@ #define _FG_RUL_HXX -#include "Include/compiler.h" +#include -#include STL_STRING +#include #include "protocol.hxx" -FG_USING_STD(string); +using std::string; class FGRUL : public FGProtocol {