From a1123646ac9f599d931a20217fad763cadbc5a13 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Jul 2013 17:30:26 +0200 Subject: score: Create threadq implementation header Move implementation specific parts of tqdata.h, threadq.h and threadq.inl into new header file threadqimpl.h. The threadq.h contains now only the application visible API. Delete tqdata.h. --- cpukit/rtems/src/partmp.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'cpukit/rtems/src/partmp.c') diff --git a/cpukit/rtems/src/partmp.c b/cpukit/rtems/src/partmp.c index a3b2d214e0..3b256dc4ef 100644 --- a/cpukit/rtems/src/partmp.c +++ b/cpukit/rtems/src/partmp.c @@ -18,17 +18,10 @@ #include "config.h" #endif -#include -#include -#include -#include -#include -#include #include -#include -#include #include #include +#include RTEMS_STATIC_ASSERT( sizeof(Partition_MP_Packet) <= MP_PACKET_MINIMUM_PACKET_SIZE, -- cgit v1.2.3