mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 08:53:56 -04:00
AP_Math: Removed useless header
"float.h" does not exist. It is useless and wrong to include it.
This commit is contained in:
parent
ff334f426c
commit
ef7cf7c4aa
@ -25,7 +25,6 @@
|
|||||||
#include "quaternion.h"
|
#include "quaternion.h"
|
||||||
#include "polygon.h"
|
#include "polygon.h"
|
||||||
#include "edc.h"
|
#include "edc.h"
|
||||||
#include "float.h"
|
|
||||||
#include <AP_Param/AP_Param.h>
|
#include <AP_Param/AP_Param.h>
|
||||||
|
|
||||||
#ifndef M_PI_F
|
#ifndef M_PI_F
|
||||||
|
Loading…
Reference in New Issue
Block a user