From b57bb3a8439a416b0123779428578530be57f215 Mon Sep 17 00:00:00 2001 From: Ryan <25047695+Ryanf55@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:45:38 -0700 Subject: [PATCH] Remove redundant include --- libraries/AP_DDS/AP_DDS_Client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/AP_DDS/AP_DDS_Client.cpp b/libraries/AP_DDS/AP_DDS_Client.cpp index 1492e7b2f7a82..2090fd08f37b3 100644 --- a/libraries/AP_DDS/AP_DDS_Client.cpp +++ b/libraries/AP_DDS/AP_DDS_Client.cpp @@ -3,7 +3,6 @@ #include "AP_DDS_config.h" #if AP_DDS_ENABLED #include -#include #if AP_DDS_NEEDS_GPS #include