summaryrefslogtreecommitdiff
path: root/nuttx/sched/init
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-08 16:44:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-08 16:44:08 -0600
commitd699ae3cb3e27074dc6c70bb2cebc577ff5db8d4 (patch)
tree16a334e4719020a14c32aab4ab648a689a7215a2 /nuttx/sched/init
parentd4595268b7c63a72243c5bd8b3eed4def39e9d3c (diff)
downloadnuttx-d699ae3cb3e27074dc6c70bb2cebc577ff5db8d4.tar.gz
nuttx-d699ae3cb3e27074dc6c70bb2cebc577ff5db8d4.tar.bz2
nuttx-d699ae3cb3e27074dc6c70bb2cebc577ff5db8d4.zip
Move task control files from sched/ to sched/task
Diffstat (limited to 'nuttx/sched/init')
-rw-r--r--nuttx/sched/init/init.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/nuttx/sched/init/init.h b/nuttx/sched/init/init.h
index b52920a5c..d3f3ae913 100644
--- a/nuttx/sched/init/init.h
+++ b/nuttx/sched/init/init.h
@@ -42,13 +42,6 @@
#include <nuttx/config.h>
-#include <sys/types.h>
-#include <stdbool.h>
-#include <queue.h>
-#include <sched.h>
-
-#include <nuttx/kmalloc.h>
-
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/