Browse Source

Tools: Remove unneeded AP_Buffer include

master
Michael du Breuil 6 years ago committed by Randy Mackay
parent
commit
2c8b5c651d
  1. 1
      Tools/Replay/Replay.h
  2. 1
      Tools/ardupilotwaf/ardupilotwaf.py

1
Tools/Replay/Replay.h

@ -23,7 +23,6 @@ @@ -23,7 +23,6 @@
#include <AP_AccelCal/AP_AccelCal.h>
#include <AP_Declination/AP_Declination.h>
#include <Filter/Filter.h>
#include <AP_Buffer/AP_Buffer.h>
#include <AP_Airspeed/AP_Airspeed.h>
#include <AP_Vehicle/AP_Vehicle.h>
#include <AP_Notify/AP_Notify.h>

1
Tools/ardupilotwaf/ardupilotwaf.py

@ -25,7 +25,6 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [ @@ -25,7 +25,6 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_Baro',
'AP_BattMonitor',
'AP_BoardConfig',
'AP_Buffer',
'AP_Common',
'AP_Compass',
'AP_Declination',

Loading…
Cancel
Save