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/ed.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/commands/ed.c') diff --git a/src/commands/ed.c b/src/commands/ed.c index ca25de1..ed4ce24 100644 --- a/src/commands/ed.c +++ b/src/commands/ed.c @@ -1,11 +1,6 @@ #include "../command.h" #include "../util//regex.h" -#include -#include -#include -#include - #define INPUT_LEN 1024 static char** lines = NULL; -- cgit v1.2.3-freya