about summary refs log tree commit diff stats
path: root/src/elfs/elfloader32.c
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-04-01 18:36:12 +0800
committerGitHub <noreply@github.com>2025-04-01 12:36:12 +0200
commit670876112e3ab4a36205223a6f0c4290a527c4a9 (patch)
tree7d13933149ff9b438ae1002621ec7db31676c4ee /src/elfs/elfloader32.c
parent495d3cc4c0ec521e932677ac3d2fcad2c3d80eca (diff)
downloadbox64-670876112e3ab4a36205223a6f0c4290a527c4a9.tar.gz
box64-670876112e3ab4a36205223a6f0c4290a527c4a9.zip
Some cosmetic changes to C header files (#2487)
* [DYNAREC] Move cosim functions to a new header

* Moved isNativeCall to elfloader
Diffstat (limited to 'src/elfs/elfloader32.c')
-rw-r--r--src/elfs/elfloader32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/elfs/elfloader32.c b/src/elfs/elfloader32.c
index 9c5e756d..4352cfd0 100644
--- a/src/elfs/elfloader32.c
+++ b/src/elfs/elfloader32.c
@@ -21,7 +21,6 @@
 #include "elfload_dump.h"
 #include "elfloader_private.h"
 #include "librarian.h"
-#include "x64run.h"
 #include "bridge.h"
 #include "wrapper.h"
 #include "box64context.h"