remove fifo from imports

This commit is contained in:
Alessandro Mauri 2025-10-05 23:14:16 +02:00
parent 2bb907d523
commit 6b8083ab5c

View File

@ -2,7 +2,7 @@ module ugui;
import mtree;
import cache;
import fifo;
import std::io;
import std::core::string;