diff --git a/core/strconv/generic_float.odin b/core/strconv/generic_float.odin index bbbf98523..4ad42a647 100644 --- a/core/strconv/generic_float.odin +++ b/core/strconv/generic_float.odin @@ -2,8 +2,6 @@ package strconv import "decimal" -import "core:runtime" - Decimal_Slice :: struct { digits: []byte, count: int,