tidy: Remove unused include
This commit is contained in:
parent
5211be61d9
commit
f18100c2ee
|
@ -1,6 +1,5 @@
|
|||
#include "util.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#define UTF8_MULTIBYTE_BIT BIT(7)
|
||||
|
||||
unsigned int gcd(unsigned int a, unsigned int b) {
|
||||
|
|
Loading…
Reference in New Issue