From 6e93dc4a95d9b222c56d3eb125efb5e535b5e42c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 22 Jul 2013 10:49:19 +0200 Subject: score: Create chain implementation header Move implementation specific parts of chain.h and chain.inl into new header file chainimpl.h. The chain.h contains now only the application visible API. --- cpukit/score/src/objectallocate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/objectallocate.c') diff --git a/cpukit/score/src/objectallocate.c b/cpukit/score/src/objectallocate.c index 15db8d38fb..9083075bdc 100644 --- a/cpukit/score/src/objectallocate.c +++ b/cpukit/score/src/objectallocate.c @@ -20,7 +20,7 @@ #include #include -#include +#include #include #if defined(RTEMS_MULTIPROCESSING) #include -- cgit v1.2.3