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/t_x86-64_isel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/t_x86-64_isel.c') diff --git a/src/t_x86-64_isel.c b/src/t_x86-64_isel.c index 4b4a099..a2c41be 100644 --- a/src/t_x86-64_isel.c +++ b/src/t_x86-64_isel.c @@ -1,5 +1,5 @@ -#include "all.h" -#include "../endian.h" +#include "t_x86-64.h" +#include "u_endian.h" enum flag { ZF = 1 << 0, -- cgit v1.2.3