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/store.ccm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nihil.config/store.ccm') diff --git a/nihil.config/store.ccm b/nihil.config/store.ccm index e4229a7..2ceb52b 100644 --- a/nihil.config/store.ccm +++ b/nihil.config/store.ccm @@ -5,7 +5,7 @@ export module nihil.config:store; import nihil.std; import nihil.generator; -import nihil.util; +import nihil.core; namespace nihil::config { -- cgit v1.2.3