AP_AHRS: removed unusued AP_Common/Semaphore.h

This commit is contained in:
Andrew Tridgell 2019-05-11 18:15:47 +10:00
parent 75397c1734
commit 11ceacfdb6

View File

@ -29,7 +29,6 @@
#include <AP_InertialSensor/AP_InertialSensor.h>
#include <AP_Baro/AP_Baro.h>
#include <AP_Param/AP_Param.h>
#include <AP_Common/Semaphore.h>
#include <AP_Common/Location.h>
class OpticalFlow;