]> git.mxchange.org Git - flightgear.git/commitdiff
fix some backslashes in include file names
authortimoore <timoore>
Tue, 9 Dec 2008 14:34:30 +0000 (14:34 +0000)
committertimoore <timoore>
Tue, 9 Dec 2008 14:34:30 +0000 (14:34 +0000)
src/Main/globals.cxx

index 7241af030731b6eac4f8a240d8db671b61bb9fcc..5afb30d42925de7b23be391380b8ae0f5f8f7f9d 100644 (file)
@@ -47,9 +47,9 @@
 #include <Navaids/awynet.hxx>
 #include <Scenery/scenery.hxx>
 #include <Scenery/tilemgr.hxx>
-#include <Airports\simple.hxx>
-#include <Navaids\navlist.hxx>
-#include <Navaids\fixlist.hxx>
+#include <Airports/simple.hxx>
+#include <Navaids/navlist.hxx>
+#include <Navaids/fixlist.hxx>
 
 #include "globals.hxx"
 #include "renderer.hxx"