From a2e3f33f39e6898c2e2886216fe671b29a93d643 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Jul 2013 13:50:54 +0200 Subject: score: Create object implementation header Move implementation specific parts of object.h and object.inl into new header file objectimpl.h. The object.h contains now only the application visible API. --- cpukit/score/src/objectallocate.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'cpukit/score/src/objectallocate.c') diff --git a/cpukit/score/src/objectallocate.c b/cpukit/score/src/objectallocate.c index 6d1818229d..d07b7b90e3 100644 --- a/cpukit/score/src/objectallocate.c +++ b/cpukit/score/src/objectallocate.c @@ -18,16 +18,8 @@ #include "config.h" #endif -#include -#include +#include #include -#include -#if defined(RTEMS_MULTIPROCESSING) -#include -#endif -#include -#include -#include /* #define RTEMS_DEBUG_OBJECT_ALLOCATION */ -- cgit v1.2.3