AP_Notify: removed unusued AP_Common/Semaphore.h

This commit is contained in:
Andrew Tridgell 2019-05-11 18:15:49 +10:00
parent a3b283708b
commit 0de65ca734
3 changed files with 0 additions and 3 deletions

View File

@ -19,7 +19,6 @@
#include <AP_HAL/AP_HAL.h>
#include <AP_HAL/I2CDevice.h>
#include <AP_Common/Semaphore.h>
#include <AP_BoardConfig/AP_BoardConfig.h>
#include "OreoLED_I2C.h"

View File

@ -18,7 +18,6 @@
#include <AP_HAL/AP_HAL.h>
#include <AP_Math/AP_Math.h>
#include <AP_Common/Semaphore.h>
#include "ToneAlarm.h"
#include "AP_Notify.h"

View File

@ -23,7 +23,6 @@
#include <utility>
#include <AP_HAL/AP_HAL.h>
#include <AP_Common/Semaphore.h>
extern const AP_HAL::HAL& hal;