summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/sched_yield.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sched_yield.c')
-rw-r--r--nuttx/sched/sched_yield.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/sched/sched_yield.c b/nuttx/sched/sched_yield.c
index ae4db71781..edbb00abca 100644
--- a/nuttx/sched/sched_yield.c
+++ b/nuttx/sched/sched_yield.c
@@ -40,7 +40,6 @@
#include <nuttx/config.h>
#include <sys/types.h>
#include <nuttx/arch.h>
-#include <nuttx/os_external.h>
#include "os_internal.h"
/************************************************************