Browse Source

AC_AutoTune: tidy includes

apm_2208
Peter Barker 3 years ago committed by Andrew Tridgell
parent
commit
6f2fd9c4a4
  1. 1
      libraries/AC_AutoTune/AC_AutoTune.h
  2. 1
      libraries/AC_AutoTune/AC_AutoTune_FreqResp.h

1
libraries/AC_AutoTune/AC_AutoTune.h

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
*/
#pragma once
#include <AP_HAL/AP_HAL.h>
#include <AC_AttitudeControl/AC_AttitudeControl.h>
#include <AC_AttitudeControl/AC_PosControl.h>
#include <AP_Math/AP_Math.h>

1
libraries/AC_AutoTune/AC_AutoTune_FreqResp.h

@ -4,7 +4,6 @@ @@ -4,7 +4,6 @@
Gain and phase determination algorithm
*/
#include <AP_HAL/AP_HAL.h>
#include <AP_Math/AP_Math.h>
#define AUTOTUNE_DWELL_CYCLES 6

Loading…
Cancel
Save