From 776f27a67f26c795ba8c27a4e69525382b9379c3 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 1 Nov 2012 03:02:13 +0000 Subject: compiler, runtime: More steps toward separating int and intgo. From-SVN: r193059 --- libgo/runtime/go-print.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libgo/runtime/go-print.c') diff --git a/libgo/runtime/go-print.c b/libgo/runtime/go-print.c index 3fe879a..4c520de 100644 --- a/libgo/runtime/go-print.c +++ b/libgo/runtime/go-print.c @@ -11,7 +11,6 @@ #include "runtime.h" #include "array.h" #include "go-panic.h" -#include "go-string.h" #include "interface.h" /* This implements the various little functions which are called by -- cgit v1.1