]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/native.hxx
New PathsDialog, for managing locations.
[flightgear.git] / src / Network / native.hxx
index 262ca24920c9a4df87d4f025c2ba5a0426546fa7..927dc6990a145845aa92a56b8470303efa8e403b 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include <string>
-
-#include <FDM/flight.hxx>
-
 #include "protocol.hxx"
 
-using std::string;
-
-
-class FGNative : public FGProtocol {
-
-    FGInterface buf;
-    int length;
-
+class FGNative : public FGProtocol
+{
 public:
 
     FGNative();