aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.posix/write_file.ccm
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-07-02 03:05:56 +0100
committerLexi Winter <lexi@le-fay.org>2025-07-02 03:05:56 +0100
commitca697d6ca0c49f91ca13c72f0bb870d297b26767 (patch)
tree1f0e875a019804022b043878fc56404d88becd9a /nihil.posix/write_file.ccm
parent83eae6f3280b237ff4fb080947658cc91fde9532 (diff)
downloadnihil-ca697d6ca0c49f91ca13c72f0bb870d297b26767.tar.gz
nihil-ca697d6ca0c49f91ca13c72f0bb870d297b26767.tar.bz2
move guard to util
Diffstat (limited to 'nihil.posix/write_file.ccm')
-rw-r--r--nihil.posix/write_file.ccm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nihil.posix/write_file.ccm b/nihil.posix/write_file.ccm
index 4bdd6e2..ad1129f 100644
--- a/nihil.posix/write_file.ccm
+++ b/nihil.posix/write_file.ccm
@@ -3,8 +3,8 @@ export module nihil.posix:write_file;
import nihil.std;
import nihil.error;
-import nihil.guard;
import nihil.monad;
+import nihil.util;
import :fd;
import :open;
import :rename;