diff options
author | Richard Braun <rbraun@sceen.net> | 2013-03-15 21:11:21 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2013-03-15 21:11:21 +0100 |
commit | 23b945b562985dae92975a0cf5dc7282d01140bb (patch) | |
tree | ed861862084b8a4d0110eb56a4d7f4221cd42ef9 /kern/thread.c | |
parent | af6d43a45939c720988aa1c905e899015604e0ba (diff) |
kern/thread: don't include kern/printk.h
The header is actually not used by the thread module.
Diffstat (limited to 'kern/thread.c')
-rw-r--r-- | kern/thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kern/thread.c b/kern/thread.c index d7f36e6b..7c0ab6b2 100644 --- a/kern/thread.c +++ b/kern/thread.c @@ -31,7 +31,6 @@ #include <kern/macros.h> #include <kern/panic.h> #include <kern/param.h> -#include <kern/printk.h> #include <kern/spinlock.h> #include <kern/sprintf.h> #include <kern/stddef.h> |