remove unnecessary platform headers from utf8 files

This commit is contained in:
Martin Fouilleul 2023-04-18 18:42:48 +02:00
parent ff4dddc0b7
commit f1d6e0f15c
2 changed files with 0 additions and 3 deletions

View File

@ -8,8 +8,6 @@
//
//*****************************************************************
#include"utf8.h"
#include"platform.h"
#include<string.h>
//-----------------------------------------------------------------
// utf-8 gore

View File

@ -11,7 +11,6 @@
#define __UTF8_H_
#include"typedefs.h"
#include"macro_helpers.h"
#include"strings.h"
#ifdef __cplusplus