From e42bc0df87e865417f6a13908cd8d3e6f6945b96 Mon Sep 17 00:00:00 2001 From: Lucio De Re Date: Sun, 31 Mar 2013 12:28:22 -0700 Subject: [PATCH] lib9/utf: Remove superfluous header inclusion. does not seem to be needed. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8178044 --- src/lib9/utf/utf.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.48.1