Browse Source

AP_GPS: remove unused EKF1 include

master
priseborough 8 years ago committed by Andrew Tridgell
parent
commit
453ced4a38
  1. 1
      libraries/AP_GPS/examples/GPS_AUTO_test/GPS_AUTO_test.cpp
  2. 1
      libraries/AP_GPS/examples/GPS_UBLOX_passthrough/GPS_UBLOX_passthrough.cpp

1
libraries/AP_GPS/examples/GPS_AUTO_test/GPS_AUTO_test.cpp

@ -25,7 +25,6 @@ @@ -25,7 +25,6 @@
#include <AP_Math/AP_Math.h>
#include <AP_Notify/AP_Notify.h>
#include <AP_Notify/AP_BoardLED.h>
#include <AP_NavEKF/AP_NavEKF.h>
#include <AP_Rally/AP_Rally.h>
#include <AP_Scheduler/AP_Scheduler.h>
#include <AP_BattMonitor/AP_BattMonitor.h>

1
libraries/AP_GPS/examples/GPS_UBLOX_passthrough/GPS_UBLOX_passthrough.cpp

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include <AP_Terrain/AP_Terrain.h>
#include <AP_Math/AP_Math.h>
#include <AP_Notify/AP_Notify.h>
#include <AP_NavEKF/AP_NavEKF.h>
#include <AP_Rally/AP_Rally.h>
#include <AP_Scheduler/AP_Scheduler.h>
#include <AP_BattMonitor/AP_BattMonitor.h>

Loading…
Cancel
Save