GCS_MAVLink: remove use of AP_Mount.h from headers

This commit is contained in:
Peter Barker 2023-05-26 14:16:12 +10:00 committed by Randy Mackay
parent 487ed8d888
commit 92942137fa
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include <AP_Filesystem/AP_Filesystem_config.h>
#include <AP_Frsky_Telem/AP_Frsky_config.h>
#include <AP_GPS/AP_GPS.h>
#include <AP_Mount/AP_Mount.h>
#include <AP_Mount/AP_Mount_config.h>
#include <AP_SerialManager/AP_SerialManager.h>
#include "ap_message.h"