From bd5606abcb2cf1e4c778a5063f158990be9bee62 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Jul 2013 11:37:28 +0200 Subject: score: Create schedulersimple impl header Move implementation specific parts of schedulersimple.h and schedulersimple.inl into new header file schedulersimpleimpl.h. The schedulersimple.h contains now only the application visible API. --- cpukit/score/src/schedulersimpleyield.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cpukit/score/src/schedulersimpleyield.c') diff --git a/cpukit/score/src/schedulersimpleyield.c b/cpukit/score/src/schedulersimpleyield.c index cfbe7a4cba..05f803e791 100644 --- a/cpukit/score/src/schedulersimpleyield.c +++ b/cpukit/score/src/schedulersimpleyield.c @@ -18,11 +18,8 @@ #include "config.h" #endif -#include +#include #include -#include -#include -#include void _Scheduler_simple_Yield( Thread_Control *thread ) { -- cgit v1.2.3