]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/joyclient.cxx
#346 related: missing status message for property server
[flightgear.git] / src / Network / joyclient.cxx
index 2f5e802aa21a171b117ae57aff791a5272724c09..b163cb00ee69b175341d1d9c27c75438e04315fe 100644 (file)
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/io/iochannel.hxx>
 
-#include <Aircraft/aircraft.hxx>
+#include <Aircraft/controls.hxx>
+#include <Main/globals.hxx>
 
 #include "joyclient.hxx"