aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.posix/unlink.ccm
diff options
context:
space:
mode:
Diffstat (limited to 'nihil.posix/unlink.ccm')
-rw-r--r--nihil.posix/unlink.ccm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nihil.posix/unlink.ccm b/nihil.posix/unlink.ccm
index f2f5faa..6496d8f 100644
--- a/nihil.posix/unlink.ccm
+++ b/nihil.posix/unlink.ccm
@@ -8,7 +8,7 @@ export module nihil.posix:unlink;
// unlink: simple wrapper around ::unlink()
import nihil.std;
-import nihil.util;
+import nihil.core;
namespace nihil {