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/o_elf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/o_elf.c') diff --git a/src/o_elf.c b/src/o_elf.c index 5044e56..f652657 100644 --- a/src/o_elf.c +++ b/src/o_elf.c @@ -1,7 +1,7 @@ -#include "elf.h" +#include "o_elf.h" #include "obj.h" -#include "../ir/ir.h" /* mctarg */ -#include "../endian.h" +#include "ir.h" /* mctarg */ +#include "u_endian.h" #include #include /* qsort */ -- cgit v1.2.3