summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulersimpleextract.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/schedulersimpleextract.c')
-rw-r--r--cpukit/score/src/schedulersimpleextract.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/cpukit/score/src/schedulersimpleextract.c b/cpukit/score/src/schedulersimpleextract.c
index 7bb4339ff3..6b89c99881 100644
--- a/cpukit/score/src/schedulersimpleextract.c
+++ b/cpukit/score/src/schedulersimpleextract.c
@@ -19,13 +19,11 @@
#include "config.h"
#endif
-#include <rtems/score/schedulersimple.h>
-#include <rtems/score/chainimpl.h>
-#include <rtems/score/thread.h>
+#include <rtems/score/schedulersimpleimpl.h>
void _Scheduler_simple_Extract(
- Scheduler_Control *scheduler,
- Thread_Control *the_thread
+ const Scheduler_Control *scheduler,
+ Thread_Control *the_thread
)
{
(void) scheduler;