AP_OLC: remove use of algorithm header

not needed
This commit is contained in:
Andrew Tridgell 2020-09-30 18:27:43 +10:00 committed by Peter Barker
parent 8465588467
commit 2b13ad35ec

View File

@ -15,7 +15,6 @@
* AP_OLC is based on INAV olc.c implemention, thanks @fiam and other contributors. * AP_OLC is based on INAV olc.c implemention, thanks @fiam and other contributors.
*/ */
#include <algorithm>
#include "AP_OLC.h" #include "AP_OLC.h"
#include <AP_Common/AP_Common.h> #include <AP_Common/AP_Common.h>
@ -187,4 +186,4 @@ int AP_OLC::olc_encode(int32_t lat, int32_t lon, size_t length, char *buf, size_
return pos; return pos;
} }
#endif #endif