Remove import of std::array

This commit is contained in:
Christoffer Lerno
2023-02-05 20:59:42 +01:00
parent 86e085e0c0
commit 505543e9b4
3 changed files with 0 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
module topologicalsort;
import std::mem;
import std::array;
extern fn void printf(char* x, ...);