From 993158d13f40ac6dc147f8683d03ab652679f8f5 Mon Sep 17 00:00:00 2001 From: Jordy Aaldering Date: Fri, 23 Jan 2026 16:23:06 +0100 Subject: [PATCH] someone deprecated List but did not remove it from Structures --- src/structures/Structures.sac | 1 - 1 file changed, 1 deletion(-) diff --git a/src/structures/Structures.sac b/src/structures/Structures.sac index f7e139ba..5e3faaa7 100644 --- a/src/structures/Structures.sac +++ b/src/structures/Structures.sac @@ -9,7 +9,6 @@ import String: all; #ifdef EXT_STDLIB import Color8: all; import Complex: all; -import List: all; import Quaternion: all; /* Importing both currently causes a name clash, because the same C function * name is being generated for both the double and float variants.