remove unnecessary platform headers from utf8 files
This commit is contained in:
parent
ff4dddc0b7
commit
f1d6e0f15c
|
@ -8,8 +8,6 @@
|
|||
//
|
||||
//*****************************************************************
|
||||
#include"utf8.h"
|
||||
#include"platform.h"
|
||||
#include<string.h>
|
||||
|
||||
//-----------------------------------------------------------------
|
||||
// utf-8 gore
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#define __UTF8_H_
|
||||
|
||||
#include"typedefs.h"
|
||||
#include"macro_helpers.h"
|
||||
#include"strings.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in New Issue