mirror of https://github.com/ArduPilot/ardupilot
APM_Control: move logger include to .cpp
This commit is contained in:
parent
899db3d3ac
commit
cb692c6946
|
@ -35,6 +35,7 @@
|
|||
|
||||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
#include <AP_Math/AP_Math.h>
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_Logger/LogStructure.h>
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
#include <AP_Vehicle/AP_Vehicle.h>
|
||||
|
||||
class AP_AutoTune {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue