about summary refs log tree commit diff stats
path: root/src/tools/box64stack.c
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-04-03 21:48:04 +0800
committerGitHub <noreply@github.com>2025-04-03 15:48:04 +0200
commit8cba915bca8d48a7ac4d9571004975320f71a7ff (patch)
tree259c7742564658696da8f75f421e29c1ceb9bf7e /src/tools/box64stack.c
parentcd3163a78585c35d41a18f248cb9575c46ffab38 (diff)
downloadbox64-8cba915bca8d48a7ac4d9571004975320f71a7ff.tar.gz
box64-8cba915bca8d48a7ac4d9571004975320f71a7ff.zip
Moved more functions to os.h (#2497)
* Removed some unused function declarations

* Moved more functions to os.h

* review
Diffstat (limited to 'src/tools/box64stack.c')
-rw-r--r--src/tools/box64stack.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/box64stack.c b/src/tools/box64stack.c
index ce8888e5..4db5653e 100644
--- a/src/tools/box64stack.c
+++ b/src/tools/box64stack.c
@@ -10,7 +10,6 @@
 #include "elfloader.h"
 #include "debug.h"
 #include "emu/x64emu_private.h"
-#include "emu/x64run_private.h"
 #include "auxval.h"
 #include "custommem.h"