From 2456df5f4ebf9fef147d86736974e95403e2d40d Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 13 Sep 2020 19:56:35 -0700 Subject: stage2: rename ZigModule to Module --- src-self-hosted/codegen/c.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-self-hosted/codegen/c.zig') diff --git a/src-self-hosted/codegen/c.zig b/src-self-hosted/codegen/c.zig index 4ad2a6dafc..34ddcfbb3b 100644 --- a/src-self-hosted/codegen/c.zig +++ b/src-self-hosted/codegen/c.zig @@ -1,7 +1,7 @@ const std = @import("std"); const link = @import("../link.zig"); -const Module = @import("../ZigModule.zig"); +const Module = @import("../Module.zig"); const Inst = @import("../ir.zig").Inst; const Value = @import("../value.zig").Value; -- cgit v1.2.3