From 916b3003e1360f5451f23572bf22bf6936318196 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 11 May 2019 18:15:48 +1000 Subject: [PATCH] AP_HAL_SITL: removed unusued AP_Common/Semaphore.h --- libraries/AP_HAL_SITL/Scheduler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/AP_HAL_SITL/Scheduler.cpp b/libraries/AP_HAL_SITL/Scheduler.cpp index 6ec8ebdbbe..20d1f1fc0d 100644 --- a/libraries/AP_HAL_SITL/Scheduler.cpp +++ b/libraries/AP_HAL_SITL/Scheduler.cpp @@ -10,7 +10,6 @@ #else #include #endif -#include using namespace HALSITL;