Remove ctype.h include

This commit is contained in:
Ben Buhse
2024-12-02 20:40:47 -06:00
committed by Leon Henrik Plickat
parent 54230d76e6
commit 3ef08977b3

View File

@ -16,7 +16,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#include <ctype.h>
#include <errno.h>
#include <signal.h>
#include <stdbool.h>