]> git.mxchange.org Git - flightgear.git/blobdiff - Cockpit/hud_labl.cxx
C++ ifying ...
[flightgear.git] / Cockpit / hud_labl.cxx
index 38665b83da612e468d9d03494b5eeab9ca3b953e..7050b67acbac1ae4b4d91979057ecf2b8bb9c695 100644 (file)
@@ -1,4 +1,4 @@
-#ifdef HAVE_CONFIG_H\r
+#ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
 
@@ -7,7 +7,7 @@
 #endif
 #include <stdlib.h>
 #include <string.h>
-#include <Aircraft/aircraft.h>
+#include <Aircraft/aircraft.hxx>
 #include <Debug/fg_debug.h>
 #include <Include/fg_constants.h>
 #include <Math/fg_random.h>
 #include <Math/polar3d.hxx>
 #include <Scenery/scenery.hxx>
 #include <Time/fg_timer.hxx>
-#include <Weather/weather.h>
 
 
 #include "hud.hxx"
-\r
-//======================= Top of instr_label class =========================\r
+
+//======================= Top of instr_label class =========================
 instr_label ::
          instr_label( int           x,
                       int           y,