AP_Mount: remove pointless includes

This commit is contained in:
Peter Barker 2019-02-14 17:10:18 +11:00 committed by Peter Barker
parent cdfe8c11d5
commit d18dee178d
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#include "AP_Mount_SToRM32.h"
#include <AP_HAL/AP_HAL.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <GCS_MAVLink/GCS.h>
extern const AP_HAL::HAL& hal;

View File

@ -9,8 +9,6 @@
#include <AP_Math/AP_Math.h>
#include <AP_Common/AP_Common.h>
#include <AP_GPS/AP_GPS.h>
#include <GCS_MAVLink/GCS.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <RC_Channel/RC_Channel.h>
#include "AP_Mount_Backend.h"