commit 9b3187980729ca574233ceee0cedcf597e523600
Author:     Laslo Hunhold <[email protected]>
AuthorDate: Sat Jan 8 17:15:26 2022 +0100
Commit:     Laslo Hunhold <[email protected]>
CommitDate: Sat Jan 8 17:15:26 2022 +0100

    Remove unused includes in gen/character.c
    
    Signed-off-by: Laslo Hunhold <[email protected]>

diff --git a/gen/character.c b/gen/character.c
index db08806..d8e1c4a 100644
--- a/gen/character.c
+++ b/gen/character.c
@@ -1,12 +1,4 @@
 /* See LICENSE file for copyright and license details. */
-#include <errno.h>
-#include <inttypes.h>
-#include <stddef.h>
-#include <stdint.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
 #include "util.h"
 
 #define FILE_EMOJI    "data/emoji-data.txt"

Reply via email to