mirror of https://github.com/ArduPilot/ardupilot
HAL_SITL: removed pthread.h as no longer needed
This commit is contained in:
parent
c26f2c9b1c
commit
963e5c5977
|
@ -8,8 +8,6 @@
|
|||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
#include <fenv.h>
|
||||
#include <signal.h>
|
||||
#include <pthread.h>
|
||||
|
||||
using namespace AVR_SITL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue