From 5adeb648f74c1771164c0686d6e0fc584cf36d9e Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Wed, 2 Jul 2025 04:00:06 +0100 Subject: move everything from util to core --- nihil.posix/find_in_path.ccm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nihil.posix/find_in_path.ccm') diff --git a/nihil.posix/find_in_path.ccm b/nihil.posix/find_in_path.ccm index 353750b..f68e61d 100644 --- a/nihil.posix/find_in_path.ccm +++ b/nihil.posix/find_in_path.ccm @@ -6,7 +6,7 @@ module; export module nihil.posix:find_in_path; import nihil.std; -import nihil.util; +import nihil.core; import :fd; import :getenv; import :paths; -- cgit v1.2.3