]> 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 bc57e58acfaf8ba7b5a9a269694bdab131638fce..01bb717a159febc6a4e889dbdc468c3a84356699 100644 (file)
 
 #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();