From ef7cf7c4aa9418e98b3cd411622a36f1f811397e Mon Sep 17 00:00:00 2001 From: Daniel Frenzel Date: Mon, 1 Feb 2016 15:26:36 +0100 Subject: [PATCH] AP_Math: Removed useless header "float.h" does not exist. It is useless and wrong to include it. --- libraries/AP_Math/AP_Math.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/AP_Math/AP_Math.h b/libraries/AP_Math/AP_Math.h index ae39023e60..b0b0b92435 100644 --- a/libraries/AP_Math/AP_Math.h +++ b/libraries/AP_Math/AP_Math.h @@ -25,7 +25,6 @@ #include "quaternion.h" #include "polygon.h" #include "edc.h" -#include "float.h" #include #ifndef M_PI_F