1
0
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:
Lucio De Re 2013-03-31 12:28:22 -07:00 committed by Brad Fitzpatrick
parent 8a448ef950
commit e42bc0df87

View File

@ -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