]> git.mxchange.org Git - flightgear.git/commitdiff
Patch from Bernie Bright:
authordavid <david>
Tue, 31 Dec 2002 03:21:49 +0000 (03:21 +0000)
committerdavid <david>
Tue, 31 Dec 2002 03:21:49 +0000 (03:21 +0000)
FWIW here are patches for src/FDM/ADA.[ch]xx that remove a dependency on
<simgear/io/sg_socket.hxx>

src/FDM/ADA.cxx
src/FDM/ADA.hxx

index aee23690d010d165f56ff17f1ccd78c80fb18a1f..11728b7bf2940b7a091249849f1aace8629d6b16 100644 (file)
@@ -23,6 +23,7 @@
 #endif
 
 #include <simgear/io/iochannel.hxx>
+#include <simgear/io/sg_socket.hxx>
 #include <simgear/constants.h>
 
 #include <Controls/controls.hxx>
index 7374c479d79f55427ee7ecb994715d3780911a6f..b3830c72a90d3895695bece386a812448ddc1bf7 100644 (file)
@@ -21,7 +21,7 @@
 #define _ADA_HXX
 
 
-#include <simgear/io/sg_socket.hxx>
+class SGSocket;
 
 #include <FDM/flight.hxx>