]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/httpd.cxx
Sync. w. JSBSim CVS
[flightgear.git] / src / Network / httpd.cxx
index feee746eafeea751f3fdbb9ad254124590f0b189..7332284b86240a2dc7a0ad3db82644e8539a172d 100644 (file)
@@ -34,7 +34,7 @@
 #include <algorithm>           // sort()
 #include <stdlib.h>            // atoi() atof()
 
-#include STL_STRING
+#include <string>
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/io/iochannel.hxx>
@@ -47,9 +47,7 @@
 
 #include "httpd.hxx"
 
-SG_USING_STD(string);
-SG_USING_STD(cout);
-
+using std::string;
 
 bool FGHttpd::open() {
     if ( is_enabled() ) {