]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/KLN89/kln89_page_apt.cxx
turn a few #include paths from the "foo" form to <foo>
[flightgear.git] / src / Instrumentation / KLN89 / kln89_page_apt.cxx
index 62031c760b6bbd7f299c0c6c971bb787eb3b474a..5ba94a3c5df121fefd077c99df13b8fd5620bfbf 100644 (file)
 #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!!!!