Move system to the right location

This commit is contained in:
Quentin Legot
2023-03-01 17:01:02 +01:00
committed by François Autin
parent 83df053dc6
commit 621b0568b0
5 changed files with 7 additions and 8 deletions

View File

@ -1,4 +1,5 @@
mod process;
pub mod thread;
pub mod scheduler;
pub mod mgerror;
pub mod mgerror;
pub mod system;