GCS_MAVLink: tidy includes

This commit is contained in:
Peter Barker 2022-03-01 12:19:22 +11:00 committed by Andrew Tridgell
parent 8c1c948e24
commit 17ad710866
2 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@
#include <AP_GPS/AP_GPS.h>
#include <AP_Arming/AP_Arming.h>
#include <AP_VisualOdom/AP_VisualOdom.h>
#include <AP_Notify/AP_Notify.h>
#include "MissionItemProtocol_Waypoints.h"
#include "MissionItemProtocol_Rally.h"

View File

@ -2,7 +2,6 @@
/// @brief handle routing of MAVLink packets by ID
#pragma once
#include <AP_HAL/AP_HAL.h>
#include <AP_Common/AP_Common.h>
#include "GCS_MAVLink.h"