From f3777874448ea0787cd8c5866d6d420614c716c7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 16 May 2016 11:37:43 +1000 Subject: [PATCH] AP_Mount: always build with MAVLink2 headers --- libraries/AP_Mount/AP_Mount_SToRM32_serial.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libraries/AP_Mount/AP_Mount_SToRM32_serial.cpp b/libraries/AP_Mount/AP_Mount_SToRM32_serial.cpp index b403dddc55..cf1ed1e35d 100644 --- a/libraries/AP_Mount/AP_Mount_SToRM32_serial.cpp +++ b/libraries/AP_Mount/AP_Mount_SToRM32_serial.cpp @@ -3,11 +3,7 @@ #include "AP_Mount_SToRM32_serial.h" #include #include -#if MAVLINK_PROTOCOL_VERSION == 2 #include -#else -#include -#endif #include extern const AP_HAL::HAL& hal;