Browse Source

AP_Declination: Remove unneeded AP_Buffer include

master
Michael du Breuil 6 years ago committed by Randy Mackay
parent
commit
0c6b382f2a
  1. 1
      libraries/AP_Declination/examples/AP_Declination_test/AP_Declination_test.cpp

1
libraries/AP_Declination/examples/AP_Declination_test/AP_Declination_test.cpp

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
#include <AP_HAL/AP_HAL.h>
#include <AP_Math/AP_Math.h>
#include <AP_Declination/AP_Declination.h>
#include <AP_Buffer/AP_Buffer.h>
#include <Filter/Filter.h>
void setup();

Loading…
Cancel
Save