diff options
| author | 2026-03-17 13:43:05 +0100 | |
|---|---|---|
| committer | 2026-03-17 16:10:00 +0100 | |
| commit | 3eeb6f219e4d32160fa10895b57a8ddfefff5ff7 (patch) | |
| tree | febb6021a9e4a8593bd67402b25082b2f7109f72 /src/t_x86-64_isel.c | |
| parent | a8d6f8bf30c07edb775e56889f568ca20240bedf (diff) | |
REFACTOR: finish renaming
Diffstat (limited to 'src/t_x86-64_isel.c')
| -rw-r--r-- | src/t_x86-64_isel.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |