From 80b2318acf492dd511948e64633bb15ad03ebf90 Mon Sep 17 00:00:00 2001 From: Jordy Aaldering Date: Sat, 24 Jan 2026 13:26:38 +0100 Subject: [PATCH] list is not included in structures, so also do not include it here --- src/stdio/StdIO.sac | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stdio/StdIO.sac b/src/stdio/StdIO.sac index ee01671b..82379ea7 100644 --- a/src/stdio/StdIO.sac +++ b/src/stdio/StdIO.sac @@ -10,7 +10,6 @@ import TermFile: all; #ifdef EXT_STDLIB import ComplexIO: all; import FibreIO: all; -import ListIO: all; #endif export all;