1
0
Fork 0

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:
david 2002-12-31 03:21:49 +00:00
parent 52c564b5b8
commit af609fcd93
2 changed files with 2 additions and 1 deletions

View 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>

View file

@ -21,7 +21,7 @@
#define _ADA_HXX
#include <simgear/io/sg_socket.hxx>
class SGSocket;
#include <FDM/flight.hxx>