Advanced input subsystem - Step1: cleanup dependencies
This commit is contained in:
parent
abe00db6aa
commit
c5f63a4ac1
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,7 @@
|
||||||
#include <simgear/compiler.h>
|
#include <simgear/compiler.h>
|
||||||
#include <simgear/props/props.hxx>
|
#include <simgear/props/props.hxx>
|
||||||
#include <simgear/structure/subsystem_mgr.hxx>
|
#include <simgear/structure/subsystem_mgr.hxx>
|
||||||
|
#include <simgear/structure/SGBinding.hxx>
|
||||||
#include <simgear/math/interpolater.hxx>
|
#include <simgear/math/interpolater.hxx>
|
||||||
#include <simgear/timing/timestamp.hxx>
|
#include <simgear/timing/timestamp.hxx>
|
||||||
|
|
||||||
|
@ -47,7 +48,6 @@
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
#include <Main/fg_props.hxx>
|
#include <Main/fg_props.hxx>
|
||||||
#include <Input/input.hxx>
|
|
||||||
#include <Instrumentation/dclgps.hxx>
|
#include <Instrumentation/dclgps.hxx>
|
||||||
|
|
||||||
using std::vector;
|
using std::vector;
|
||||||
|
|
Loading…
Reference in a new issue