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/clocktick.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpukit/rtems/src/clocktick.c') diff --git a/cpukit/rtems/src/clocktick.c b/cpukit/rtems/src/clocktick.c index 5e46e94ee5..a6e4ac30cd 100644 --- a/cpukit/rtems/src/clocktick.c +++ b/cpukit/rtems/src/clocktick.c @@ -18,10 +18,8 @@ #include "config.h" #endif -#include -#include #include -#include +#include #include #include #include -- cgit v1.2.3