From: Lucio De Re Date: Sun, 31 Mar 2013 19:28:22 +0000 (-0700) Subject: lib9/utf: Remove superfluous header inclusion. X-Git-Tag: go1.1rc2~245 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e42bc0df87e865417f6a13908cd8d3e6f6945b96;p=gostls13.git lib9/utf: Remove superfluous header inclusion. does not seem to be needed. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8178044 --- diff --git a/src/lib9/utf/utf.h b/src/lib9/utf/utf.h index 8a79828bc8..72d01ed636 100644 --- a/src/lib9/utf/utf.h +++ b/src/lib9/utf/utf.h @@ -16,8 +16,6 @@ #ifndef _UTFH_ #define _UTFH_ 1 -#include - typedef unsigned int Rune; /* Code-point values in Unicode 4.0 are 21 bits wide.*/ enum