]> git.mxchange.org Git - flightgear.git/commitdiff
Advanced input subsystem - Step1: cleanup dependencies
authortorsten <torsten>
Wed, 5 Aug 2009 14:20:04 +0000 (14:20 +0000)
committerTim Moore <timoore@redhat.com>
Sat, 8 Aug 2009 06:37:14 +0000 (08:37 +0200)
src/Cockpit/panel.hxx

index 58c1eed4a0e5190208af5a3ee2cb2386c839205a..0308967d992d91468a75e58152b781356508c37d 100644 (file)
@@ -39,6 +39,7 @@
 #include <simgear/compiler.h>
 #include <simgear/props/props.hxx>
 #include <simgear/structure/subsystem_mgr.hxx>
+#include <simgear/structure/SGBinding.hxx>
 #include <simgear/math/interpolater.hxx>
 #include <simgear/timing/timestamp.hxx>
 
@@ -47,7 +48,6 @@
 #include <map>
 
 #include <Main/fg_props.hxx>
-#include <Input/input.hxx>
 #include <Instrumentation/dclgps.hxx>
 
 using std::vector;