]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/httpd.cxx
Update to the Mini FDM network protocal (mostly renaming class and file names)
[flightgear.git] / src / Network / httpd.cxx
index f89f147300d064e9193aaae2296f02a8243de4ab..162bf45ec6ec92816ce0b45f78d8f774205fba58 100644 (file)
 #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() {