summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/examples/ostest/posixtimer.c1
-rw-r--r--nuttx/examples/ostest/sighand.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/examples/ostest/posixtimer.c b/nuttx/examples/ostest/posixtimer.c
index 619c4f59d..b7d63644e 100644
--- a/nuttx/examples/ostest/posixtimer.c
+++ b/nuttx/examples/ostest/posixtimer.c
@@ -36,7 +36,6 @@
#include <sys/types.h>
#include <stdio.h>
#include <unistd.h>
-#include <pthread.h>
#include <semaphore.h>
#include <signal.h>
#include <sched.h>
diff --git a/nuttx/examples/ostest/sighand.c b/nuttx/examples/ostest/sighand.c
index cab2bcf39..bc1e5a242 100644
--- a/nuttx/examples/ostest/sighand.c
+++ b/nuttx/examples/ostest/sighand.c
@@ -36,7 +36,6 @@
#include <sys/types.h>
#include <stdio.h>
#include <unistd.h>
-#include <pthread.h>
#include <semaphore.h>
#include <signal.h>
#include <sched.h>