summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sched_setparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/sched_setparam.c')
-rw-r--r--cpukit/posix/src/sched_setparam.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/posix/src/sched_setparam.c b/cpukit/posix/src/sched_setparam.c
index de5c26f467..14cd87099a 100644
--- a/cpukit/posix/src/sched_setparam.c
+++ b/cpukit/posix/src/sched_setparam.c
@@ -23,7 +23,6 @@
#include <sched.h>
#include <errno.h>
-#include <rtems/system.h>
#include <rtems/score/thread.h>
#include <rtems/seterr.h>
#include <rtems/posix/priorityimpl.h>