Browse Source

AP_SmartRTL: remove pointless includes

master
Peter Barker 6 years ago committed by Peter Barker
parent
commit
7d07983576
  1. 2
      libraries/AP_SmartRTL/AP_SmartRTL.cpp
  2. 1
      libraries/AP_SmartRTL/AP_SmartRTL.h

2
libraries/AP_SmartRTL/AP_SmartRTL.cpp

@ -13,6 +13,8 @@ @@ -13,6 +13,8 @@
#include "AP_SmartRTL.h"
#include <GCS_MAVLink/GCS.h>
extern const AP_HAL::HAL& hal;
const AP_Param::GroupInfo AP_SmartRTL::var_info[] = {

1
libraries/AP_SmartRTL/AP_SmartRTL.h

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
#include <AP_Math/AP_Math.h>
#include <AP_AHRS/AP_AHRS.h>
#include <AP_Logger/AP_Logger.h>
#include <GCS_MAVLink/GCS.h>
// definitions and macros
#define SMARTRTL_ACCURACY_DEFAULT 2.0f // default _ACCURACY parameter value. Points will be no closer than this distance (in meters) together.

Loading…
Cancel
Save