mirror of https://github.com/ArduPilot/ardupilot
AP_DDS: remove use of AP_AHRS from most headers
don't need to know the details, just that it is a class
This commit is contained in:
parent
42b8ee78cf
commit
99dc2d1b39
|
@ -24,7 +24,6 @@
|
|||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_HAL/Scheduler.h>
|
||||
#include <AP_HAL/Semaphores.h>
|
||||
#include <AP_AHRS/AP_AHRS.h>
|
||||
|
||||
#include "fcntl.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue