AP_NavEKF2: remove duplicate include

This commit is contained in:
priseborough 2016-11-27 15:17:38 +11:00 committed by Andrew Tridgell
parent a8f3a374e2
commit fe69d9a0ea

View File

@ -26,7 +26,6 @@
#include <AP_Baro/AP_Baro.h>
#include <AP_Airspeed/AP_Airspeed.h>
#include <AP_Compass/AP_Compass.h>
#include <AP_NavEKF/AP_Nav_Common.h>
#include <AP_RangeFinder/AP_RangeFinder.h>
class NavEKF2_core;