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