summaryrefslogtreecommitdiff
path: root/main.ha
diff options
context:
space:
mode:
Diffstat (limited to 'main.ha')
-rw-r--r--main.ha10
1 files changed, 5 insertions, 5 deletions
diff --git a/main.ha b/main.ha
index b82aa3d..304b56c 100644
--- a/main.ha
+++ b/main.ha
@@ -7,11 +7,11 @@ use io;
use mbr;
use gpt;
-use convert;
-use create;
-use info;
-use mkbackup;
-use part;
+use cmd::convert;
+use cmd::create;
+use cmd::info;
+use cmd::mkbackup;
+use cmd::part;
export fn main() void = {