From fe6c170cf58c5e42a63010b5b4c985749cbc98a6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Jul 2013 16:19:52 +0200 Subject: score: Create states implementation header Move implementation specific parts of states.h and states.inl into new header file statesimpl.h. The states.h contains now only the application visible API. --- cpukit/posix/src/killinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/posix/src/killinfo.c') diff --git a/cpukit/posix/src/killinfo.c b/cpukit/posix/src/killinfo.c index 98fbf1eca2..b2dc75b009 100644 --- a/cpukit/posix/src/killinfo.c +++ b/cpukit/posix/src/killinfo.c @@ -24,11 +24,11 @@ #include #include -#include #include #include -#include #include +#include +#include /* * If you enable this, then you get printk() feedback on each path -- cgit v1.2.3