diff options
Diffstat (limited to 'src/commands/echo.c')
-rw-r--r-- | src/commands/echo.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 <stdio.h> -#include <string.h> - static void print_with_escape_codes(const char* str) { size_t index = 0; |