From 963e5c5977e2373932c9783c0c82f47ad87ae7e1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 3 May 2015 14:20:47 +1000 Subject: [PATCH] HAL_SITL: removed pthread.h as no longer needed --- libraries/AP_HAL_AVR_SITL/Scheduler.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/AP_HAL_AVR_SITL/Scheduler.cpp b/libraries/AP_HAL_AVR_SITL/Scheduler.cpp index c3894674e4..e6e1f01d86 100644 --- a/libraries/AP_HAL_AVR_SITL/Scheduler.cpp +++ b/libraries/AP_HAL_AVR_SITL/Scheduler.cpp @@ -8,8 +8,6 @@ #include #include #include -#include -#include using namespace AVR_SITL;