From 882dfdfcdb42df849b2235b853bfd5816d488d3d Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Fri, 27 Jan 2023 11:48:04 +0100 Subject: [PATCH] Removed erronous arduino include --- src/Angle.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Angle.cpp b/src/Angle.cpp index 54df26e..1092594 100644 --- a/src/Angle.cpp +++ b/src/Angle.cpp @@ -2,10 +2,8 @@ // License, v. 2.0.If a copy of the MPL was not distributed with this // file, You can obtain one at https ://mozilla.org/MPL/2.0/. -#include - -#include #include "Angle.h" +#include #include "FloatSingle.h" const float Angle::Rad2Deg = 57.29578F;