]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/multiplay.hxx
Update Mac configure script for new ALUT scheme; support --with-alut-framework.
[flightgear.git] / src / Network / multiplay.hxx
index decbdc1c4771e3190521b3c6ab421aaab05584c9..0d5563c0e03669236878ecb5b82076c71ede0ca7 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include STL_STRING
+#include <string>
 
 #include <simgear/props/props.hxx>
-#include <simgear/scene/model/model.hxx>
 
 #include <Main/globals.hxx>
 #include <Main/fg_props.hxx>
@@ -41,7 +40,7 @@
 
 #include "protocol.hxx"
 
-SG_USING_STD(string);
+using std::string;
 
 
 /****************************************************************