AP_Mount: remove unused GPS.h include

This commit is contained in:
Tom Pittenger 2020-09-15 22:36:59 -07:00 committed by Peter Barker
parent c64f286333
commit f364dc933d
5 changed files with 0 additions and 5 deletions

View File

@ -1,6 +1,5 @@
#include "AP_Mount_Alexmos.h"
#if HAL_MOUNT_ENABLED
#include <AP_GPS/AP_GPS.h>
#include <AP_SerialManager/AP_SerialManager.h>
extern const AP_HAL::HAL& hal;

View File

@ -2,7 +2,6 @@
#if HAL_MOUNT_ENABLED
#include <AP_HAL/AP_HAL.h>
#include <GCS_MAVLink/GCS.h>
#include <AP_GPS/AP_GPS.h>
extern const AP_HAL::HAL& hal;

View File

@ -3,7 +3,6 @@
#include <AP_HAL/AP_HAL.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <GCS_MAVLink/include/mavlink/v2.0/checksum.h>
#include <AP_GPS/AP_GPS.h>
#include <AP_SerialManager/AP_SerialManager.h>
extern const AP_HAL::HAL& hal;

View File

@ -1,6 +1,5 @@
#include "AP_Mount_Servo.h"
#if HAL_MOUNT_ENABLED
#include <AP_GPS/AP_GPS.h>
extern const AP_HAL::HAL& hal;

View File

@ -7,7 +7,6 @@
#include <AP_Logger/AP_Logger.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <GCS_MAVLink/GCS.h>
#include <AP_GPS/AP_GPS.h>
extern const AP_HAL::HAL& hal;