Remove import "core:runtime" from core:math/bits

This commit is contained in:
gingerBill
2021-04-25 21:51:33 +01:00
parent 07f9e551c1
commit 9ed826f6fb

View File

@@ -1,7 +1,6 @@
package math_bits
import "intrinsics"
import "core:runtime"
U8_MIN :: 0;
U16_MIN :: 0;