summaryrefslogtreecommitdiff
path: root/src/commands/tee.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/commands/tee.c3
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");