summaryrefslogtreecommitdiff
path: root/src/commands/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/cat.c')
-rw-r--r--src/commands/cat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/commands/cat.c b/src/commands/cat.c
index b862c13..bb050c0 100644
--- a/src/commands/cat.c
+++ b/src/commands/cat.c
@@ -1,10 +1,6 @@
#include "../command.h"
#include <ctype.h>
-#include <errno.h>
-#include <stdio.h>
-#include <string.h>
-#include <sys/stat.h>
struct Flags {
bool number_lines;