commit 93e2996fffbeaa4fc51e1a61e15309561cd257cb
parent 849134a9af8cda92f6f30bac783cc2db5e02866d
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Sat, 11 Mar 2023 19:53:57 +0000
delete now unused include
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/util.c b/util.c
@@ -28,7 +28,6 @@ NOTE:
 #include <sys/file.h>	/* this defines FASYNC */
 #include <sys/ioctl.h>	/* this defines SIOCSPGRP and FIOASYNC */
 
-#include <ctype.h>	/* tolower() */
 #include <err.h>
 #include <stdlib.h>	/* malloc(), realloc() */
 #include <string.h>	/* strdup(), memcpy() */