From f18100c2eedbed87b78ebca52bd478118a5d9a95 Mon Sep 17 00:00:00 2001 From: Utkarsh Verma Date: Wed, 1 Nov 2023 15:44:24 +0530 Subject: [PATCH] tidy: Remove unused include --- src/util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util.c b/src/util.c index 1648f5a..822f84e 100644 --- a/src/util.c +++ b/src/util.c @@ -1,6 +1,5 @@ #include "util.h" -#include #define UTF8_MULTIBYTE_BIT BIT(7) unsigned int gcd(unsigned int a, unsigned int b) {