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/schedulercbsdestroyserver.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpukit/score/src/schedulercbsdestroyserver.c') diff --git a/cpukit/score/src/schedulercbsdestroyserver.c b/cpukit/score/src/schedulercbsdestroyserver.c index 5030b6f098..8fb1b7eb8e 100644 --- a/cpukit/score/src/schedulercbsdestroyserver.c +++ b/cpukit/score/src/schedulercbsdestroyserver.c @@ -19,10 +19,8 @@ #include "config.h" #endif -#include -#include -#include #include +#include int _Scheduler_CBS_Destroy_server ( Scheduler_CBS_Server_id server_id -- cgit v1.2.3