mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_OLC: remove use of algorithm header
not needed
This commit is contained in:
parent
8465588467
commit
2b13ad35ec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user