fix some backslashes in include file names
This commit is contained in:
parent
69b2c0b697
commit
a6909b4ada
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue