Browse Source

AP_TECS: move include of logger to .cpp file

master
Peter Barker 6 years ago committed by Peter Barker
parent
commit
c0f25a96fb
  1. 2
      libraries/AP_TECS/AP_TECS.cpp
  2. 1
      libraries/AP_TECS/AP_TECS.h

2
libraries/AP_TECS/AP_TECS.cpp

@ -1,6 +1,8 @@ @@ -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;

1
libraries/AP_TECS/AP_TECS.h

@ -23,7 +23,6 @@ @@ -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…
Cancel
Save