]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/rul.hxx
Update nasal function name.
[flightgear.git] / src / Network / rul.hxx
index b093244cd4d897e14cf585ea268a13f52beb94f5..110bba5cd81cd1b1383277b83af458ecdbf01d0d 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
 #define _FG_RUL_HXX
 
 
-#include "Include/compiler.h"
+#include <simgear/compiler.h>
 
 #include STL_STRING
 
 #include "protocol.hxx"
 
-FG_USING_STD(string);
+SG_USING_STD(string);
 
 
 class FGRUL : public FGProtocol {