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/sapi/include/rtems/chain.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpukit/sapi/include/rtems') diff --git a/cpukit/sapi/include/rtems/chain.h b/cpukit/sapi/include/rtems/chain.h index 41b3154a11..97fb10f46f 100644 --- a/cpukit/sapi/include/rtems/chain.h +++ b/cpukit/sapi/include/rtems/chain.h @@ -18,8 +18,7 @@ #ifndef _RTEMS_CHAIN_H #define _RTEMS_CHAIN_H -#include -#include +#include #include #ifdef __cplusplus -- cgit v1.2.3