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/posix/src/mutexunlock.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpukit/posix/src/mutexunlock.c') diff --git a/cpukit/posix/src/mutexunlock.c b/cpukit/posix/src/mutexunlock.c index d1673576d4..fe1acb08db 100644 --- a/cpukit/posix/src/mutexunlock.c +++ b/cpukit/posix/src/mutexunlock.c @@ -24,9 +24,6 @@ #include #include #include -#if defined(RTEMS_MULTIPROCESSING) -#include -#endif #include #include #include -- cgit v1.2.3