mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 16:23:56 -04:00
AP_Compass: removed unusued AP_Common/Semaphore.h
This commit is contained in:
parent
71e91c953a
commit
9e7929adf6
@ -17,7 +17,6 @@
|
||||
|
||||
#include <AP_Math/AP_Math.h>
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_Common/Semaphore.h>
|
||||
|
||||
#include "AP_Compass_AK8963.h"
|
||||
#include <AP_InertialSensor/AP_InertialSensor_Invensense.h>
|
||||
|
@ -3,7 +3,6 @@
|
||||
#include "AP_Compass.h"
|
||||
#include "AP_Compass_Backend.h"
|
||||
|
||||
#include <AP_Common/Semaphore.h>
|
||||
#include <stdio.h>
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
@ -1,7 +1,6 @@
|
||||
#include "AP_Compass_SITL.h"
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_Common/Semaphore.h>
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "AP_Compass_UAVCAN.h"
|
||||
|
||||
#include <AP_BoardConfig/AP_BoardConfig_CAN.h>
|
||||
#include <AP_Common/Semaphore.h>
|
||||
#include <AP_UAVCAN/AP_UAVCAN.h>
|
||||
|
||||
#include <uavcan/equipment/ahrs/MagneticFieldStrength.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user