From e52cc73d50b088c5c899e656f29e3717f4d104d7 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Thu, 21 Dec 2023 22:37:26 +0100 Subject: [PATCH] Fix generic_float.odin --- core/strconv/generic_float.odin | 2 -- 1 file changed, 2 deletions(-) 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,