From 96fe3a16ee917271f4410f6fd9ab4f0ae445e8a3 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Mon, 18 Nov 2013 18:00:35 +0100 Subject: [PATCH] make ps includes adhere to coding convetions --- sys/ps/ps.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/ps/ps.c b/sys/ps/ps.c index 600dad0cbb..457c871ed0 100644 --- a/sys/ps/ps.c +++ b/sys/ps/ps.c @@ -15,12 +15,12 @@ * @} */ -#include -#include -#include -#include #include +#include "thread.h" +#include "hwtimer.h" +#include "sched.h" + /* list of states copied from tcb.h */ const char *state_names[] = { "running",