]> 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 63afbffbdcd841cd3fa9cef01d51a65456355b1e..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>
 #include "jpg-httpd.hxx"
 
 SG_USING_STD(string);
-#if !defined(SG_HAVE_NATIVE_SGI_COMPILERS)
-SG_USING_STD(cout);
-SG_USING_STD(istrstream);
-#endif
 
 
 bool FGJpegHttpd::open() {