]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/native_ctrls.hxx
New PathsDialog, for managing locations.
[flightgear.git] / src / Network / native_ctrls.hxx
index 9ebb919cea26476e7b6240fdcabe83e9b8b901e9..01bb717a159febc6a4e889dbdc468c3a84356699 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include STL_STRING
+#include <string>
 
-#include <Aircraft/controls.hxx>
 #include "protocol.hxx"
 #include "net_ctrls.hxx"
 
-SG_USING_STD(string);
+using std::string;
 
 class FGNativeCtrls : public FGProtocol {
 
     FGNetCtrls net_ctrls;
-    FGControls ctrls;
-
-    int length;
-
 public:
 
     FGNativeCtrls();