mirror of https://github.com/ArduPilot/ardupilot
AP_Mount: remove unused GPS.h include
This commit is contained in:
parent
c64f286333
commit
f364dc933d
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue