1
0
Fork 0

Advanced input subsystem - Step1: cleanup dependencies

This commit is contained in:
torsten 2009-08-05 14:20:04 +00:00 committed by Tim Moore
parent abe00db6aa
commit c5f63a4ac1

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