From f068384e3c8fd31d4791e22b4c91e29fa907ff3b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Jul 2013 12:03:31 +0200 Subject: score: Create schedulerpriority impl header Move implementation specific parts of schedulerpriority.h and schedulerpriority.inl into new header file schedulerpriorityimpl.h. The schedulerpriority.h contains now only the application visible API. Add missing includes. Remove superfluous includes. Move declaration of _Priority_Bit_map to prioritybitmap.inl since this variable is used only here. Remove second declaration of _Priority_Major_bit_map. --- cpukit/score/src/schedulercbscleanup.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpukit/score/src/schedulercbscleanup.c') diff --git a/cpukit/score/src/schedulercbscleanup.c b/cpukit/score/src/schedulercbscleanup.c index abffeafdc6..c1aaa91891 100644 --- a/cpukit/score/src/schedulercbscleanup.c +++ b/cpukit/score/src/schedulercbscleanup.c @@ -18,10 +18,8 @@ #include "config.h" #endif -#include -#include -#include #include +#include int _Scheduler_CBS_Cleanup (void) { -- cgit v1.2.3