summaryrefslogtreecommitdiff
path: root/src/lib9
diff options
context:
space:
mode:
authorLucio De Re <lucio.dere@gmail.com>2013-03-31 12:28:22 -0700
committerLucio De Re <lucio.dere@gmail.com>2013-03-31 12:28:22 -0700
commit97794fe5b81d0febbb8ffe93f8276efa2a4b5791 (patch)
tree29fd9e7706d3f526cbaf358a2fc39459c15e0fb0 /src/lib9
parent39cb7c73ac46c2ee9e1cd4f0412364c9263ab073 (diff)
downloadgo-97794fe5b81d0febbb8ffe93f8276efa2a4b5791.tar.gz
lib9/utf: Remove superfluous header inclusion.
<stdint.h> does not seem to be needed. R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/8178044 Committer: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/lib9')
-rw-r--r--src/lib9/utf/utf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib9/utf/utf.h b/src/lib9/utf/utf.h
index 8a79828bc..72d01ed63 100644
--- a/src/lib9/utf/utf.h
+++ b/src/lib9/utf/utf.h
@@ -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