]> git.mxchange.org Git - flightgear.git/commitdiff
Eeek! Emergency fix of a couple "case" problems for includes.
authorcurt <curt>
Fri, 7 Mar 2003 14:42:14 +0000 (14:42 +0000)
committercurt <curt>
Fri, 7 Mar 2003 14:42:14 +0000 (14:42 +0000)
src/ATC/AIMgr.cxx
src/ATC/AIMgr.hxx

index 9eba82b1f3eb021fc9d8e47b29924a739e9fbbc9..a1f9a2dff62d8ab0ce4c0cc6091889ad5be74fa1 100644 (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>
 
index 8b002744fc4c023318a6b399b907d60ad77669cb..ff684595e11bb6174b899d335c9dc85d091e8916 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <list>
 
-#include "ATCMgr.hxx"
+#include "ATCmgr.hxx"
 #include "AIEntity.hxx"
 
 SG_USING_STD(list);