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-append.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libgo/runtime/go-append.c') diff --git a/libgo/runtime/go-append.c b/libgo/runtime/go-append.c index dac4c90..12fe876 100644 --- a/libgo/runtime/go-append.c +++ b/libgo/runtime/go-append.c @@ -4,10 +4,10 @@ Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. */ -#include "go-type.h" +#include "runtime.h" #include "go-panic.h" +#include "go-type.h" #include "array.h" -#include "runtime.h" #include "arch.h" #include "malloc.h" -- cgit v1.1