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/cat.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/commands/cat.c') 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 -#include -#include -#include -#include struct Flags { bool number_lines; -- cgit v1.2.3-freya