diff options
| author | 2026-03-17 13:43:05 +0100 | |
|---|---|---|
| committer | 2026-03-17 16:10:00 +0100 | |
| commit | 3eeb6f219e4d32160fa10895b57a8ddfefff5ff7 (patch) | |
| tree | febb6021a9e4a8593bd67402b25082b2f7109f72 /src/o_elf.c | |
| parent | a8d6f8bf30c07edb775e56889f568ca20240bedf (diff) | |
REFACTOR: finish renaming
Diffstat (limited to 'src/o_elf.c')
| -rw-r--r-- | src/o_elf.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <unistd.h> #include <stdlib.h> /* qsort */ |