diff options
Diffstat (limited to 'libgo/runtime/go-strslice.c')
-rw-r--r-- | libgo/runtime/go-strslice.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libgo/runtime/go-strslice.c b/libgo/runtime/go-strslice.c index ce20f29ba203..c9f196bc9c83 100644 --- a/libgo/runtime/go-strslice.c +++ b/libgo/runtime/go-strslice.c @@ -5,9 +5,6 @@ license that can be found in the LICENSE file. */ #include "runtime.h" -#include "go-panic.h" -#include "arch.h" -#include "malloc.h" String __go_string_slice (String s, intgo start, intgo end) |