mirror of
https://github.com/golang/go
synced 2024-11-12 06:30:21 -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_
|
||||
#define _UTFH_ 1
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef unsigned int Rune; /* Code-point values in Unicode 4.0 are 21 bits wide.*/
|
||||
|
||||
enum
|
||||
|
Loading…
Reference in New Issue
Block a user