make ps includes adhere to coding convetions
This commit is contained in:
parent
a0132f7595
commit
96fe3a16ee
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user