make ps includes adhere to coding convetions

This commit is contained in:
Ludwig Ortmann 2013-11-18 18:00:35 +01:00
parent a0132f7595
commit 96fe3a16ee

View File

@ -15,12 +15,12 @@
* @} * @}
*/ */
#include <thread.h>
#include <thread.h>
#include <hwtimer.h>
#include <sched.h>
#include <stdio.h> #include <stdio.h>
#include "thread.h"
#include "hwtimer.h"
#include "sched.h"
/* list of states copied from tcb.h */ /* list of states copied from tcb.h */
const char *state_names[] = { const char *state_names[] = {
"running", "running",