diff options
Diffstat (limited to 'cmd/sleep.c')
-rw-r--r-- | cmd/sleep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/sleep.c b/cmd/sleep.c index 7616fed7556..c741b4aa029 100644 --- a/cmd/sleep.c +++ b/cmd/sleep.c @@ -4,10 +4,9 @@ * Wolfgang Denk, DENX Software Engineering, wd@denx.de. */ +#include <common.h> #include <command.h> #include <console.h> -#include <time.h> -#include <vsprintf.h> #include <linux/delay.h> static int do_sleep(struct cmd_tbl *cmdtp, int flag, int argc, |