Browse Source

AP_RangeFinder: removed unusued AP_Common/Semaphore.h

master
Andrew Tridgell 6 years ago
parent
commit
09792d3056
  1. 1
      libraries/AP_RangeFinder/AP_RangeFinder_MaxsonarI2CXL.cpp
  2. 1
      libraries/AP_RangeFinder/AP_RangeFinder_TeraRangerI2C.cpp
  3. 1
      libraries/AP_RangeFinder/AP_RangeFinder_VL53L1X.cpp

1
libraries/AP_RangeFinder/AP_RangeFinder_MaxsonarI2CXL.cpp

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

1
libraries/AP_RangeFinder/AP_RangeFinder_TeraRangerI2C.cpp

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

1
libraries/AP_RangeFinder/AP_RangeFinder_VL53L1X.cpp

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

Loading…
Cancel
Save