From: curt Date: Fri, 17 Oct 2003 14:26:23 +0000 (+0000) Subject: Remove and extraneous starting character. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cca9f49425c5466e07e53032dce9da224a0256dd;p=flightgear.git Remove and extraneous starting character. --- diff --git a/src/FDM/YASim/Rotor.cpp b/src/FDM/YASim/Rotor.cpp index a141be262..d52e9b717 100644 --- a/src/FDM/YASim/Rotor.cpp +++ b/src/FDM/YASim/Rotor.cpp @@ -1,4 +1,4 @@ - #include "Math.hpp" +#include "Math.hpp" #include "Surface.hpp" #include "Rotorpart.hpp" #include "Rotorblade.hpp"