GCS_MAVLink: remove some unused includes

This commit is contained in:
Michael du Breuil 2019-09-18 14:07:47 -07:00 committed by Randy Mackay
parent 1c187d8feb
commit 5000891a76
3 changed files with 0 additions and 4 deletions

View File

@ -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;

View File

@ -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>

View File

@ -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;