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/echo.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/commands/echo.c') diff --git a/src/commands/echo.c b/src/commands/echo.c index b80f872..a13947c 100644 --- a/src/commands/echo.c +++ b/src/commands/echo.c @@ -1,8 +1,5 @@ #include "../command.h" -#include -#include - static void print_with_escape_codes(const char* str) { size_t index = 0; -- cgit v1.2.3-freya