AC_Fence: clean headers

This commit is contained in:
Peter Barker 2019-02-14 17:40:09 +11:00 committed by Peter Barker
parent 7d07983576
commit 7198234a44
2 changed files with 4 additions and 5 deletions

View File

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

View File

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