diff options
Diffstat (limited to 'console-tools/reset.c')
-rw-r--r-- | console-tools/reset.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/console-tools/reset.c b/console-tools/reset.c index c844e15..deffe286 100644 --- a/console-tools/reset.c +++ b/console-tools/reset.c @@ -10,9 +10,6 @@ /* no options, no getopt */ -#include <stdio.h> -#include <stdlib.h> -#include <unistd.h> #include "libbb.h" int reset_main(int argc, char **argv); |