tidy: Remove unused include

This commit is contained in:
Utkarsh Verma 2023-11-01 15:44:24 +05:30
parent 5211be61d9
commit f18100c2ee
No known key found for this signature in database
GPG Key ID: 7A4885A7162BDF20
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#include "util.h" #include "util.h"
#include <stdio.h>
#define UTF8_MULTIBYTE_BIT BIT(7) #define UTF8_MULTIBYTE_BIT BIT(7)
unsigned int gcd(unsigned int a, unsigned int b) { unsigned int gcd(unsigned int a, unsigned int b) {