]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/HUD/HUD_runway.cxx
Cleanup part2. Forgotton file.
[flightgear.git] / src / Instrumentation / HUD / HUD_runway.cxx
index f44a6d3a588e8eaaef82da263cade86f73f2401a..4dafcafa2807d778a54f6d6aba08fd27434a42df 100644 (file)
@@ -28,6 +28,7 @@
 #include <simgear/scene/util/project.hxx>
 
 #include <Main/globals.hxx>
+#include <Main/fg_props.hxx>
 #include <Scenery/scenery.hxx>
 #include <Aircraft/controls.hxx>
 #include <FDM/flight.hxx>
 #include <Environment/environment_mgr.hxx>
 #include <Viewer/viewer.hxx>
 #include <Viewer/viewmgr.hxx>
-#include <ATCDCL/ATCutils.hxx>
+#include <Airports/airport.hxx>
 
 #include "HUD.hxx"
-
+#include "HUD_private.hxx"
 
 HUD::Runway::Runway(HUD *hud, const SGPropertyNode *node, float x, float y) :
     Item(hud, node, x, y),