From 2436eeb57143108decfd37fe531cf87ca8d56cf8 Mon Sep 17 00:00:00 2001 From: Jose Colon Rodriguez Date: Thu, 15 Feb 2024 12:25:33 -0400 Subject: build.zig module reorg --- src/Grapheme.zig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Grapheme.zig') diff --git a/src/Grapheme.zig b/src/Grapheme.zig index 41f3e16..888fcd4 100644 --- a/src/Grapheme.zig +++ b/src/Grapheme.zig @@ -3,8 +3,7 @@ const std = @import("std"); const unicode = std.unicode; -const ziglyph = @import("ziglyph"); -const CodePoint = @import("CodePoint.zig"); +const CodePoint = @import("CodePoint"); const CodePointIterator = CodePoint.CodePointIterator; const gbp = @import("gbp"); -- cgit v1.2.3