From 3eeb6f219e4d32160fa10895b57a8ddfefff5ff7 Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 17 Mar 2026 13:43:05 +0100 Subject: REFACTOR: finish renaming --- src/ir_dump.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ir_dump.c') diff --git a/src/ir_dump.c b/src/ir_dump.c index b0ce603..1036135 100644 --- a/src/ir_dump.c +++ b/src/ir_dump.c @@ -1,6 +1,6 @@ #include "ir.h" -#include "../obj/obj.h" -#include "../endian.h" +#include "obj.h" +#include "u_endian.h" static int nextdat; @@ -91,7 +91,7 @@ prityp(union irtype typ) static const char *intrinname[] = { "?\??", #define _(b,...) #b, -#include "intrin.def" +#include "ir_intrin.def" #undef _ }; -- cgit v1.2.3