From b158e15ed4c0a2c196620d40e94bdaf600f84cb7 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 1 Mar 2022 12:19:09 +1100 Subject: [PATCH] AP_Hott_Telem: tidy includes --- libraries/AP_Hott_Telem/AP_Hott_Telem.cpp | 2 +- libraries/AP_Hott_Telem/AP_Hott_Telem.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/AP_Hott_Telem/AP_Hott_Telem.cpp b/libraries/AP_Hott_Telem/AP_Hott_Telem.cpp index b013f0f7f3..33ff29bf47 100644 --- a/libraries/AP_Hott_Telem/AP_Hott_Telem.cpp +++ b/libraries/AP_Hott_Telem/AP_Hott_Telem.cpp @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #define PROT_BINARY 0x80 diff --git a/libraries/AP_Hott_Telem/AP_Hott_Telem.h b/libraries/AP_Hott_Telem/AP_Hott_Telem.h index 606c4bc5a5..9d6d52bff0 100644 --- a/libraries/AP_Hott_Telem/AP_Hott_Telem.h +++ b/libraries/AP_Hott_Telem/AP_Hott_Telem.h @@ -15,7 +15,6 @@ #pragma once #include -#include #ifndef HAL_HOTT_TELEM_ENABLED #define HAL_HOTT_TELEM_ENABLED !HAL_MINIMIZE_FEATURES