AP_TECS: move include of logger to .cpp file

This commit is contained in:
Peter Barker 2019-06-27 13:05:58 +10:00 committed by Peter Barker
parent ce4cdfd497
commit c0f25a96fb
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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 {