AP_Common: remove AP_AHRS_NavEKF include from location class

This commit is contained in:
Pierre Kancir 2018-04-10 17:34:11 +02:00 committed by Randy Mackay
parent a1845783b5
commit 79cd137625
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
#include "Location.h"
#include <AP_AHRS/AP_AHRS.h>
#include <AP_AHRS/AP_AHRS_NavEKF.h>
#include <AP_Terrain/AP_Terrain.h>
extern const AP_HAL::HAL& hal;