]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/httpd.cxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Network / httpd.cxx
index f89f147300d064e9193aaae2296f02a8243de4ab..b020d89f4e14e672466f4b69da28896cc99c80e4 100644 (file)
@@ -40,7 +40,7 @@
 #include <simgear/io/iochannel.hxx>
 #include <simgear/math/sg_types.hxx>
 #include <simgear/misc/commands.hxx>
-#include <simgear/misc/props.hxx>
+#include <simgear/props/props.hxx>
 
 #include <Main/fg_props.hxx>
 #include <Main/globals.hxx>
 #include "httpd.hxx"
 
 SG_USING_STD(string);
-#if !defined(SG_HAVE_NATIVE_SGI_COMPILERS)
 SG_USING_STD(cout);
 SG_USING_STD(istrstream);
-#endif
 
 
 bool FGHttpd::open() {