From c6e21ee18f71aa78ca6420bc835ab6b7e2dbcc65 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Jul 2013 13:12:38 +0200 Subject: score: Create scheduler implementation header Move implementation specific parts of scheduler.h and scheduler.inl into new header file schedulerimpl.h. The scheduler.h contains now only the application visible API. --- cpukit/rtems/src/ratemonperiod.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'cpukit/rtems/src/ratemonperiod.c') diff --git a/cpukit/rtems/src/ratemonperiod.c b/cpukit/rtems/src/ratemonperiod.c index 93a76a085f..078b06d714 100644 --- a/cpukit/rtems/src/ratemonperiod.c +++ b/cpukit/rtems/src/ratemonperiod.c @@ -18,13 +18,10 @@ #include "config.h" #endif -#include -#include -#include -#include -#include #include +#include #include +#include #include bool _Rate_monotonic_Get_status( -- cgit v1.2.3