#include <simgear/math/sg_geodesy.hxx>
-#include "Navaids/positioned.hxx"
+#include <Navaids/positioned.hxx>
#include <string>
#include <simgear/compiler.h>
-#include "Airports/runwaybase.hxx"
+#include <Airports/runwaybase.hxx>
// forward decls
class FGAirport;
#include <string>
#include <vector>
-#include "Navaids/positioned.hxx"
+#include <Navaids/positioned.hxx>
// forward decls
class FGAirportDynamics;
#include <osg/State>
-#include "Aircraft/aircraft.hxx"
+#include <Aircraft/aircraft.hxx>
#include "panel.hxx"
bool fgCockpitInit( fgAIRCRAFT *cur_aircraft );
#include <Main/fg_props.hxx>
#include <Main/util.hxx>
-#include "Environment/fgmetar.hxx"
+#include "fgmetar.hxx"
#include "environment_mgr.hxx"
#include "environment_ctrl.hxx"
#include <queue>
#include <vector>
-#include "Navaids/positioned.hxx"
-#include "Environment/environment.hxx"
+#include <Navaids/positioned.hxx>
+#include <Environment/environment.hxx>
// forward decls
class SGPropertyNode;
#include <ATCDCL/ATCProjection.hxx>
#include <Main/fg_props.hxx>
#include <simgear/math/SGMath.hxx>
-#include "Airports/simple.hxx"
+#include <Airports/simple.hxx>
using std::cout;
#endif
#include "kln89_page_apt.hxx"
-#include "ATCDCL/commlist.hxx"
-#include "Main/globals.hxx"
-#include "Airports/runways.hxx"
-#include "Airports/simple.hxx"
+#include <ATCDCL/commlist.hxx>
+#include <Main/globals.hxx>
+#include <Airports/runways.hxx>
+#include <Airports/simple.hxx>
// This function is copied from Airports/runways.cxx
// TODO - Make the original properly available and remove this instance!!!!
#endif
#include "kln89_page_int.hxx"
-#include "Navaids/fix.hxx"
-#include "Navaids/navrecord.hxx"
+#include <Navaids/fix.hxx>
+#include <Navaids/navrecord.hxx>
KLN89IntPage::KLN89IntPage(KLN89* parent)
: KLN89Page(parent) {
#endif
#include "kln89_page_ndb.hxx"
-#include "Navaids/navrecord.hxx"
+#include <Navaids/navrecord.hxx>
KLN89NDBPage::KLN89NDBPage(KLN89* parent)
: KLN89Page(parent) {
#endif
#include "kln89_page_vor.hxx"
-#include "Navaids/navrecord.hxx"
+#include <Navaids/navrecord.hxx>
KLN89VorPage::KLN89VorPage(KLN89* parent)
: KLN89Page(parent) {
#include <simgear/compiler.h>
#include <Aircraft/aircraft.hxx>
-#include "Main/fg_props.hxx"
-#include "Main/util.hxx" // for fgLowPass
-#include "Navaids/positioned.hxx"
+#include <Main/fg_props.hxx>
+#include <Main/util.hxx> // for fgLowPass
+#include <Navaids/positioned.hxx>
#include <simgear/math/sg_random.h>
#include <simgear/sg_inlines.h>
using std::string;
-#include "Airports/runways.hxx"
-#include "Airports/simple.hxx"
+#include <Airports/runways.hxx>
+#include <Airports/simple.hxx>
#ifndef _MSC_VER
-# include "Include/version.h"
+# include <Include/version.h>
#endif
-#include "Main/fg_props.hxx"
-#include "Main/globals.hxx"
+#include <Main/fg_props.hxx>
+#include <Main/globals.hxx>
#include "instrument_mgr.hxx"
#include "mk_viii.hxx"
using std::deque;
using std::map;
-#include "Airports/runways.hxx"
-#include "Airports/simple.hxx"
-#include "Main/globals.hxx"
+#include <Airports/runways.hxx>
+#include <Airports/simple.hxx>
+#include <Main/globals.hxx>
///////////////////////////////////////////////////////////////////////////////
// MK_VIII ////////////////////////////////////////////////////////////////////
#include <simgear/math/sg_geodesy.hxx>
#include "fixlist.hxx"
-#include "Navaids/fix.hxx"
-#include "Airports/simple.hxx"
+#include <Navaids/fix.hxx>
+#include <Airports/simple.hxx>
FGFix::FGFix(const std::string& aIdent, const SGGeod& aPos) :
FGPositioned(FIX, aIdent, aPos)
#include <simgear/structure/exception.hxx>
#include <simgear/debug/logstream.hxx>
-#include "Navaids/markerbeacon.hxx"
-#include "Airports/runways.hxx"
-#include "Navaids/navdb.hxx"
+#include <Navaids/markerbeacon.hxx>
+#include <Airports/runways.hxx>
+#include <Navaids/navdb.hxx>
using std::string;
#include "navrecord.hxx"
#include "navlist.hxx"
#include "navdb.hxx"
-#include "Main/globals.hxx"
-#include "Navaids/markerbeacon.hxx"
-#include "Airports/simple.hxx"
+#include <Main/globals.hxx>
+#include <Navaids/markerbeacon.hxx>
+#include <Airports/simple.hxx>
using std::string;
#include <simgear/structure/exception.hxx>
#include <simgear/debug/logstream.hxx>
-#include "Navaids/navrecord.hxx"
-#include "Navaids/navdb.hxx"
-#include "Airports/runways.hxx"
-#include "Main/fg_props.hxx"
+#include <Navaids/navrecord.hxx>
+#include <Navaids/navdb.hxx>
+#include <Airports/runways.hxx>
+#include <Main/fg_props.hxx>
FGNavRecord::FGNavRecord(Type aTy, const std::string& aIdent,
const std::string& aName, const SGGeod& aPos,