mirror of https://github.com/ArduPilot/ardupilot
GCS_MAVLink: remove some unused includes
This commit is contained in:
parent
79355ba845
commit
bfe4d6ee82
|
@ -23,7 +23,6 @@ This provides some support code and variables for MAVLink enabled sketches
|
|||
#include "GCS_MAVLink.h"
|
||||
|
||||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_GPS/AP_GPS.h>
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
|
|
@ -14,10 +14,8 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include <AP_AHRS/AP_AHRS.h>
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
|
||||
#include "AP_Common/AP_FWVersion.h"
|
||||
#include "GCS.h"
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include "GCS.h"
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
#include <AP_GPS/AP_GPS.h>
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
|
Loading…
Reference in New Issue