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.config/read.ccm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nihil.config/read.ccm') diff --git a/nihil.config/read.ccm b/nihil.config/read.ccm index 1c1b897..94e9157 100644 --- a/nihil.config/read.ccm +++ b/nihil.config/read.ccm @@ -2,9 +2,10 @@ export module nihil.config:read; import nihil.std; +import nihil.core; import nihil.posix; import nihil.ucl; -import nihil.util; + import :option; import :store; -- cgit v1.2.3