From 06fafff8e9e9c096cc39bde0306caa53ad3a2351 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Wed, 2 Jul 2025 03:43:39 +0100 Subject: move error and match to util --- nihil.ucl/integer.ccm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nihil.ucl/integer.ccm') diff --git a/nihil.ucl/integer.ccm b/nihil.ucl/integer.ccm index eb7fa6b..e3cf98d 100644 --- a/nihil.ucl/integer.ccm +++ b/nihil.ucl/integer.ccm @@ -7,7 +7,7 @@ export module nihil.ucl:integer; import nihil.std; import nihil.core; -import nihil.error; +import nihil.util; import :object; import :type; -- cgit v1.2.3