HAL_SITL: removed pthread.h as no longer needed

This commit is contained in:
Andrew Tridgell 2015-05-03 14:20:47 +10:00
parent c26f2c9b1c
commit 963e5c5977
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@
#include <sys/time.h>
#include <unistd.h>
#include <fenv.h>
#include <signal.h>
#include <pthread.h>
using namespace AVR_SITL;