commit 9b3187980729ca574233ceee0cedcf597e523600
parent 7890ce0a565f0eae438790dd31c949a9f7783c5f
Author: Laslo Hunhold <dev@frign.de>
Date: Sat, 8 Jan 2022 17:15:26 +0100
Remove unused includes in gen/character.c
Signed-off-by: Laslo Hunhold <dev@frign.de>
Diffstat:
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git 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"