summaryrefslogtreecommitdiff
path: root/nuttx/sched/sched_setparam.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-09 11:58:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-09 11:58:50 +0000
commitd12e00bdd6ffbb39ab5d45d5d5a484d293108021 (patch)
treea5ac9dcc5be841e9edff869055b73651f525072c /nuttx/sched/sched_setparam.c
parent712b9f5349a81fe56fa060ccb8aa13e0db830657 (diff)
downloadpx4-nuttx-d12e00bdd6ffbb39ab5d45d5d5a484d293108021.tar.gz
px4-nuttx-d12e00bdd6ffbb39ab5d45d5d5a484d293108021.tar.bz2
px4-nuttx-d12e00bdd6ffbb39ab5d45d5d5a484d293108021.zip
Added network init; refactored some header files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@338 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/sched_setparam.c')
-rw-r--r--nuttx/sched/sched_setparam.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/sched/sched_setparam.c b/nuttx/sched/sched_setparam.c
index 09b834873..e5a61c856 100644
--- a/nuttx/sched/sched_setparam.c
+++ b/nuttx/sched/sched_setparam.c
@@ -42,7 +42,6 @@
#include <sched.h>
#include <errno.h>
#include <nuttx/arch.h>
-#include <nuttx/os_external.h>
#include "os_internal.h"
/************************************************************