AP_GPS: tidy includes

This commit is contained in:
Peter Barker 2022-03-01 12:19:09 +11:00 committed by Andrew Tridgell
parent 6fa9fd1768
commit 9857954529
4 changed files with 4 additions and 5 deletions

View File

@ -26,6 +26,8 @@
#define STAT_FIX_VALID 0x01
#include <AP_HAL/AP_HAL.h>
extern const AP_HAL::HAL& hal;
#if ERB_DEBUGGING

View File

@ -19,8 +19,6 @@
#pragma once
#include <AP_HAL/AP_HAL.h>
#include "AP_GPS.h"
#include "GPS_Backend.h"

View File

@ -19,7 +19,7 @@
#pragma once
#include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_HAL/AP_HAL_Boards.h>
#include "AP_GPS.h"
#include "GPS_Backend.h"

View File

@ -19,8 +19,7 @@
//
#pragma once
#include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_HAL/AP_HAL_Boards.h>
#include "AP_GPS.h"
#include "GPS_Backend.h"