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) {