diff options
Diffstat (limited to 'src/commands/tee.c')
-rw-r--r-- | src/commands/tee.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/commands/tee.c b/src/commands/tee.c index 224463c..c500508 100644 --- a/src/commands/tee.c +++ b/src/commands/tee.c @@ -1,9 +1,6 @@ #include "../command.h" #include <signal.h> -#include <stdio.h> -#include <string.h> - static void help() { printf("Usage: tee [-ai] [FILE]...\n\n"); |