From 2b13ad35ecfe7c1d2d81f200e41eb434a4a019f9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 30 Sep 2020 18:27:43 +1000 Subject: [PATCH] AP_OLC: remove use of algorithm header not needed --- libraries/AP_OLC/AP_OLC.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/AP_OLC/AP_OLC.cpp b/libraries/AP_OLC/AP_OLC.cpp index 288950bc68..8fd6e05391 100644 --- a/libraries/AP_OLC/AP_OLC.cpp +++ b/libraries/AP_OLC/AP_OLC.cpp @@ -15,7 +15,6 @@ * AP_OLC is based on INAV olc.c implemention, thanks @fiam and other contributors. */ -#include #include "AP_OLC.h" #include @@ -187,4 +186,4 @@ int AP_OLC::olc_encode(int32_t lat, int32_t lon, size_t length, char *buf, size_ return pos; } -#endif \ No newline at end of file +#endif