From f1d6e0f15cfa27ef3670c23ea4f372904aac109d Mon Sep 17 00:00:00 2001 From: Martin Fouilleul Date: Tue, 18 Apr 2023 18:42:48 +0200 Subject: [PATCH] remove unnecessary platform headers from utf8 files --- src/util/utf8.c | 2 -- src/util/utf8.h | 1 - 2 files changed, 3 deletions(-) diff --git a/src/util/utf8.c b/src/util/utf8.c index f14ea25..b1156ce 100644 --- a/src/util/utf8.c +++ b/src/util/utf8.c @@ -8,8 +8,6 @@ // //***************************************************************** #include"utf8.h" -#include"platform.h" -#include //----------------------------------------------------------------- // utf-8 gore diff --git a/src/util/utf8.h b/src/util/utf8.h index 95fddb4..2bdb92e 100644 --- a/src/util/utf8.h +++ b/src/util/utf8.h @@ -11,7 +11,6 @@ #define __UTF8_H_ #include"typedefs.h" -#include"macro_helpers.h" #include"strings.h" #ifdef __cplusplus