Remove a number of unused includes

This commit is contained in:
Daniel Eklöf 2024-08-01 20:11:04 +02:00
parent 09ab8c6c7c
commit a9e462d952
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 0 additions and 8 deletions

3
main.c
View file

@ -1,7 +1,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <stdbool.h>
#include <limits.h>
#include <locale.h>
@ -36,8 +35,6 @@
#include "xmalloc.h"
#include "xsnprintf.h"
#include "char32.h"
#if !defined(__STDC_UTF_32__) || !__STDC_UTF_32__
#error "char32_t does not use UTF-32"
#endif