From 5a0ec4ed3711beda63450fcfe0bbbd1656fbb1ae Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Mon, 1 May 2023 00:38:33 -0400 Subject: move back to c99 --- src/commands/tail.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/commands/tail.c') 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 -#include -#include -#include -#include - struct Flags { bool lines; int count; -- cgit v1.2.3-freya