]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/httpd.cxx
ignore resets for now because every z/Z key press would trigger a call to NOAA. We...
[flightgear.git] / src / Network / httpd.cxx
index 318c69f2a592f4da229a56e22f26180c4c469a96..5b591b99f7e3bc7ca2e49bf81969922b9e7686e1 100644 (file)
@@ -34,7 +34,6 @@
 #include <stdlib.h>            // atoi() atof()
 
 #include STL_STRING
-#include STL_STRSTREAM
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/io/iochannel.hxx>
@@ -49,7 +48,6 @@
 
 SG_USING_STD(string);
 SG_USING_STD(cout);
-SG_USING_STD(istrstream);
 
 
 bool FGHttpd::open() {