]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/jpg-httpd.cxx
YASim now supports the new fuel.nas fuel management system. It
[flightgear.git] / src / Network / jpg-httpd.cxx
index 97433a1c96ec21e8ebd31510c0f639b1a5465faa..e24edc479c9151516e31602331c7e59ed6ebc0a6 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>
@@ -47,8 +46,6 @@
 #include "jpg-httpd.hxx"
 
 SG_USING_STD(string);
-SG_USING_STD(cout);
-SG_USING_STD(istrstream);
 
 
 bool FGJpegHttpd::open() {