Commit e42bc0df authored by Lucio De Re's avatar Lucio De Re Committed by Brad Fitzpatrick

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
parent 8a448ef9
...@@ -16,8 +16,6 @@ ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment