summaryrefslogtreecommitdiff
path: root/src/commands/tail.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/tail.c')
-rw-r--r--src/commands/tail.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/commands/tail.c b/src/commands/tail.c
index 24d7b1f..118a771 100644
--- a/src/commands/tail.c
+++ b/src/commands/tail.c
@@ -1,11 +1,5 @@
#include "../command.h"
-#include <stdio.h>
-#include <string.h>
-#include <sys/select.h>
-#include <sys/stat.h>
-#include <unistd.h>
-
struct Flags {
bool lines;
int count;