From 5618c37a7a49b7ddde7bb6f7fda8c10616779c05 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Jul 2013 15:14:48 +0200 Subject: score: Create thread implementation header Move implementation specific parts of thread.h and thread.inl into new header file threadimpl.h. The thread.h contains now only the application visible API. Remove superfluous header file includes from various files. --- cpukit/posix/src/pthreadkill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/pthreadkill.c') diff --git a/cpukit/posix/src/pthreadkill.c b/cpukit/posix/src/pthreadkill.c index 02a9ee7d4d..11287facba 100644 --- a/cpukit/posix/src/pthreadkill.c +++ b/cpukit/posix/src/pthreadkill.c @@ -24,10 +24,10 @@ #include #include -#include #include #include #include +#include #include int pthread_kill( -- cgit v1.2.3