diff options
author | Jacob Moody <moody@posixcafe.org> | 2022-09-21 18:35:48 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2022-09-21 18:35:48 +0000 |
commit | 5bd3330e0bad0b0f02d05139822f7412c232880c (patch) | |
tree | 722597ea519637becbe776a8a82d5eaf11341c45 | |
parent | 4ba285fb7dc477013ce1fca68adf59244fc42bd4 (diff) |
ktrans: clean headers
we no longer serve 9p
-rw-r--r-- | sys/src/cmd/ktrans/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/cmd/ktrans/main.c b/sys/src/cmd/ktrans/main.c index 976ca1ec6..f4f2a744e 100644 --- a/sys/src/cmd/ktrans/main.c +++ b/sys/src/cmd/ktrans/main.c @@ -2,9 +2,7 @@ #include <libc.h> #include <ctype.h> #include <bio.h> -#include <fcall.h> #include <thread.h> -#include <9p.h> #include "hash.h" char* |