Browse Source

APM_Control: move logger include to .cpp

master
Peter Barker 6 years ago committed by Peter Barker
parent
commit
cb692c6946
  1. 1
      libraries/APM_Control/AP_AutoTune.cpp
  2. 3
      libraries/APM_Control/AP_AutoTune.h

1
libraries/APM_Control/AP_AutoTune.cpp

@ -35,6 +35,7 @@
#include <AP_Common/AP_Common.h> #include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h> #include <AP_HAL/AP_HAL.h>
#include <AP_Logger/AP_Logger.h>
#include <AP_Math/AP_Math.h> #include <AP_Math/AP_Math.h>
extern const AP_HAL::HAL& hal; extern const AP_HAL::HAL& hal;

3
libraries/APM_Control/AP_AutoTune.h

@ -1,8 +1,9 @@
#pragma once #pragma once
#include <AP_HAL/AP_HAL.h> #include <AP_HAL/AP_HAL.h>
#include <AP_Logger/LogStructure.h>
#include <AP_Param/AP_Param.h> #include <AP_Param/AP_Param.h>
#include <AP_Logger/AP_Logger.h> #include <AP_Vehicle/AP_Vehicle.h>
class AP_AutoTune { class AP_AutoTune {
public: public:

Loading…
Cancel
Save