summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sched_setscheduler.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/sched_setscheduler.c')
-rw-r--r--cpukit/posix/src/sched_setscheduler.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/posix/src/sched_setscheduler.c b/cpukit/posix/src/sched_setscheduler.c
index 9e3b01bc26..2e0134af8d 100644
--- a/cpukit/posix/src/sched_setscheduler.c
+++ b/cpukit/posix/src/sched_setscheduler.c
@@ -21,7 +21,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>