Advanced input subsystem - Step1: cleanup dependencies
This commit is contained in:
parent
c5f63a4ac1
commit
0c2db22988
6 changed files with 6 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <Input/input.hxx>
|
||||
#include <simgear/structure/SGBinding.hxx>
|
||||
#include <Scripting/NasalSys.hxx>
|
||||
#include <Main/fg_os.hxx>
|
||||
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
#include <Cockpit/panel.hxx>
|
||||
#include <Main/globals.hxx>
|
||||
#include <Main/fg_props.hxx>
|
||||
#include <Main/fg_os.hxx>
|
||||
#include <Main/renderer.hxx>
|
||||
#include <Main/viewmgr.hxx>
|
||||
#include <GUI/new_gui.hxx>
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#include <iostream>
|
||||
#include <plib/pu.h>
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
#include <simgear/structure/SGBinding.hxx>
|
||||
|
||||
#include <Input/input.hxx>
|
||||
#include <Main/globals.hxx>
|
||||
|
||||
#include "new_gui.hxx"
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
|
||||
#include "fg_init.hxx"
|
||||
#include "fg_io.hxx"
|
||||
#include "fg_os.hxx"
|
||||
#include "fg_commands.hxx"
|
||||
#include "fg_props.hxx"
|
||||
#include "globals.hxx"
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
#include "main.hxx"
|
||||
#include "util.hxx"
|
||||
#include "fg_init.hxx"
|
||||
#include "fg_os.hxx"
|
||||
#include "WindowSystemAdapter.hxx"
|
||||
|
||||
|
||||
|
|
|
@ -63,6 +63,7 @@
|
|||
#include <simgear/scene/sky/sky.hxx>
|
||||
#include <simgear/scene/util/SGUpdateVisitor.hxx>
|
||||
#include <simgear/scene/util/RenderConstants.hxx>
|
||||
#include <simgear/scene/util/SGSceneUserData.hxx>
|
||||
#include <simgear/scene/tgdb/GroundLightManager.hxx>
|
||||
#include <simgear/scene/tgdb/pt_lights.hxx>
|
||||
#include <simgear/props/props.hxx>
|
||||
|
|
Loading…
Reference in a new issue