Eeek! Emergency fix of a couple "case" problems for includes.
This commit is contained in:
parent
c49a6be9bc
commit
4223da1a4b
2 changed files with 3 additions and 3 deletions
|
@ -23,8 +23,8 @@
|
|||
#include <Main/fgfs.hxx>
|
||||
#include <Main/fg_props.hxx>
|
||||
#include <Main/globals.hxx>
|
||||
#include <Simgear/misc/sg_path.hxx>
|
||||
#include <Simgear/bucket/newbucket.hxx>
|
||||
#include <simgear/misc/sg_path.hxx>
|
||||
#include <simgear/bucket/newbucket.hxx>
|
||||
|
||||
#include <list>
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include <list>
|
||||
|
||||
#include "ATCMgr.hxx"
|
||||
#include "ATCmgr.hxx"
|
||||
#include "AIEntity.hxx"
|
||||
|
||||
SG_USING_STD(list);
|
||||
|
|
Loading…
Add table
Reference in a new issue