gawk

[old] Sed-like interface to the Gopher protocol
Log | Files | Refs | LICENSE

commit 51bf87b71f0b0cc490c80baf0a941ee65d9444b2
parent 89668f663da26d2a08827523876a6b2b8fa3c922
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Fri,  1 Jan 2021 21:00:48 -0800

Remove unused includes

Diffstat:
Mmain.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/main.c b/main.c @@ -17,8 +17,6 @@ #include <sys/socket.h> #include <sys/stat.h> -#include <sys/wait.h> -#include <ctype.h> #include <dirent.h> #include <err.h> #include <errno.h>