Browse Source

AC_Fence: clean headers

master
Peter Barker 6 years ago committed by Peter Barker
parent
commit
7198234a44
  1. 6
      libraries/AC_Fence/AC_Fence.cpp
  2. 3
      libraries/AC_Fence/AC_Fence.h

6
libraries/AC_Fence/AC_Fence.cpp

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#include <AP_HAL/AP_HAL.h>
#include "AC_Fence.h"
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <GCS_MAVLink/GCS.h>
#include <AP_AHRS/AP_AHRS.h>
#include <AP_HAL/AP_HAL.h>
extern const AP_HAL::HAL& hal;

3
libraries/AC_Fence/AC_Fence.h

@ -4,8 +4,7 @@ @@ -4,8 +4,7 @@
#include <AP_Common/AP_Common.h>
#include <AP_Param/AP_Param.h>
#include <AP_Math/AP_Math.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <AP_AHRS/AP_AHRS.h>
#include <GCS_MAVLink/GCS.h>
#include <AC_Fence/AC_PolyFence_loader.h>
#include <AP_Common/Location.h>

Loading…
Cancel
Save