mirror of
https://github.com/golang/go
synced 2024-11-13 18:00:30 -07:00
lib9/utf: Remove superfluous header inclusion.
<stdint.h> does not seem to be needed. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8178044
This commit is contained in:
parent
8a448ef950
commit
e42bc0df87
@ -16,8 +16,6 @@
|
|||||||
#ifndef _UTFH_
|
#ifndef _UTFH_
|
||||||
#define _UTFH_ 1
|
#define _UTFH_ 1
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
typedef unsigned int Rune; /* Code-point values in Unicode 4.0 are 21 bits wide.*/
|
typedef unsigned int Rune; /* Code-point values in Unicode 4.0 are 21 bits wide.*/
|
||||||
|
|
||||||
enum
|
enum
|
||||||
|
Loading…
Reference in New Issue
Block a user