diff options
Diffstat (limited to 'libgo/runtime/go-append.c')
-rw-r--r-- | libgo/runtime/go-append.c | 4 |
1 files changed, 2 insertions, 2 deletions
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" |