1
0
Fork 0

Eeek! Emergency fix of a couple "case" problems for includes.

This commit is contained in:
curt 2003-03-07 14:42:14 +00:00
parent c49a6be9bc
commit 4223da1a4b
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -27,7 +27,7 @@
#include <list>
#include "ATCMgr.hxx"
#include "ATCmgr.hxx"
#include "AIEntity.hxx"
SG_USING_STD(list);