]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/jpg-httpd.cxx
ignore resets for now because every z/Z key press would trigger a call to NOAA. We...
[flightgear.git] / src / Network / jpg-httpd.cxx
index 5cbbc5e0618788f08b983af0dcdaa12bbc7e50e2..e24edc479c9151516e31602331c7e59ed6ebc0a6 100644 (file)
 #include <stdlib.h>            // atoi() atof()
 
 #include STL_STRING
-#include STL_STRSTREAM
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/io/iochannel.hxx>
 #include <simgear/math/sg_types.hxx>
-#include <simgear/misc/props.hxx>
+#include <simgear/props/props.hxx>
 
 #include <Main/fg_props.hxx>
 #include <Main/globals.hxx>
@@ -47,8 +46,6 @@
 #include "jpg-httpd.hxx"
 
 SG_USING_STD(string);
-SG_USING_STD(cout);
-SG_USING_STD(istrstream);
 
 
 bool FGJpegHttpd::open() {