]> Cypherpunks repositories - gostls13.git/commitdiff
lib9/utf: Remove superfluous header inclusion.
authorLucio De Re <lucio.dere@gmail.com>
Sun, 31 Mar 2013 19:28:22 +0000 (12:28 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 31 Mar 2013 19:28:22 +0000 (12:28 -0700)
<stdint.h> does not seem to be needed.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8178044

src/lib9/utf/utf.h

index 8a79828bc8c6c88286f4fa247fbbb69751c6c386..72d01ed636a339e05d8a12954062cd2c7e752d3d 100644 (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