diff options
Diffstat (limited to 'kern/work.c')
-rw-r--r-- | kern/work.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kern/work.c b/kern/work.c index a81e8de3..714af35c 100644 --- a/kern/work.c +++ b/kern/work.c @@ -16,6 +16,7 @@ */ #include <stddef.h> +#include <stdio.h> #include <kern/assert.h> #include <kern/bitmap.h> @@ -27,9 +28,7 @@ #include <kern/panic.h> #include <kern/param.h> #include <kern/percpu.h> -#include <kern/printf.h> #include <kern/spinlock.h> -#include <kern/sprintf.h> #include <kern/syscnt.h> #include <kern/thread.h> #include <kern/work.h> |