]> git.mxchange.org Git - flightgear.git/blobdiff - Cockpit/hud_ladr.cxx
C++-ifying.
[flightgear.git] / Cockpit / hud_ladr.cxx
index 11a246ba494c7c54ebf7d45b6c5451087819b49d..962ab84c2be1ddcb197a79f264a6121cf2acaf0b 100644 (file)
@@ -1,4 +1,4 @@
-#ifdef HAVE_CONFIG_H\r
+#ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
 
@@ -7,19 +7,19 @@
 #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/mat3.h>
-#include <Math/polar3d.h>
+#include <Math/polar3d.hxx>
 #include <Scenery/scenery.hxx>
 #include <Time/fg_timer.hxx>
 #include <Weather/weather.h>
 
 
 #include "hud.hxx"
-//====================== Top of HudLadder Class =======================\r
+//====================== Top of HudLadder Class =======================
 HudLadder ::
   HudLadder(  int       x,
               int       y,