mirror of https://github.com/ArduPilot/ardupilot
AP_TECS: move include of logger to .cpp file
This commit is contained in:
parent
ce4cdfd497
commit
c0f25a96fb
|
@ -1,6 +1,8 @@
|
|||
#include "AP_TECS.h"
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_Baro/AP_Baro.h>
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <AP_Param/AP_Param.h>
|
||||
#include <AP_Vehicle/AP_Vehicle.h>
|
||||
#include <AP_SpdHgtControl/AP_SpdHgtControl.h>
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
#include <AP_Landing/AP_Landing.h>
|
||||
|
||||
class AP_TECS : public AP_SpdHgtControl {
|
||||
|
|
Loading…
Reference in New Issue