]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/rul.hxx
httpd: don't spam the console with debug messages
[flightgear.git] / src / Network / rul.hxx
index ac3088ceea86bdae546c34dcfdd09c7402b823cb..b19b9556d1ae69d1c2af18470fdb2ecdf52e0348 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include STL_STRING
+#include <string>
 
 #include "protocol.hxx"
 
-SG_USING_STD(string);
+using std::string;
 
 
 class FGRUL : public FGProtocol {