]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/native_gui.hxx
Improve timing statistics
[flightgear.git] / src / Network / native_gui.hxx
index cf5e9de41f72c5bb3fca1ea09d6ed15113905cb8..299a40628b67bb7613459fadf134e53953bc65ae 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include <FDM/flight.hxx>
-
 #include "protocol.hxx"
 #include "net_gui.hxx"
 
-
-class FGNativeGUI : public FGProtocol, public FGInterface {
+class FGNativeGUI : public FGProtocol {
 
     FGNetGUI buf;
     int length;
-
+    
 public:
 
     FGNativeGUI();