Patch from Bernie Bright:
FWIW here are patches for src/FDM/ADA.[ch]xx that remove a dependency on <simgear/io/sg_socket.hxx>
This commit is contained in:
parent
52c564b5b8
commit
af609fcd93
2 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
#endif
|
||||
|
||||
#include <simgear/io/iochannel.hxx>
|
||||
#include <simgear/io/sg_socket.hxx>
|
||||
#include <simgear/constants.h>
|
||||
|
||||
#include <Controls/controls.hxx>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#define _ADA_HXX
|
||||
|
||||
|
||||
#include <simgear/io/sg_socket.hxx>
|
||||
class SGSocket;
|
||||
|
||||
#include <FDM/flight.hxx>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue