From 7f04cb18ff2a7eddb2621de443bd7eadb9606a91 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 25 Jul 2013 09:10:38 +0200 Subject: score: Create mpci implementation header Move implementation specific parts of mpci.h into new header file mpciimpl.h. The mpci.h contains now only the application visible API. --- cpukit/rtems/include/rtems/rtems/eventmp.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'cpukit/rtems/include/rtems/rtems/eventmp.h') diff --git a/cpukit/rtems/include/rtems/rtems/eventmp.h b/cpukit/rtems/include/rtems/rtems/eventmp.h index 128cc4e377..d672da89c7 100644 --- a/cpukit/rtems/include/rtems/rtems/eventmp.h +++ b/cpukit/rtems/include/rtems/rtems/eventmp.h @@ -25,15 +25,12 @@ # error "Never use directly; include instead." #endif +#include + #ifdef __cplusplus extern "C" { #endif -#include -#include -#include -#include - /** * @defgroup ClassicEventMP Event MP Support * -- cgit v1.2.3