From 508878ff0a9e4cd8528727c41819bc2d70b33dd0 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 24 Nov 2025 03:19:49 +0000 Subject: Turn x86 stuff into a chunklet to help out SPT Quick unused header cleanup pass while we're at it. --- src/hook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hook.c') diff --git a/src/hook.c b/src/hook.c index 5f964ad..0355c18 100644 --- a/src/hook.c +++ b/src/hook.c @@ -17,12 +17,12 @@ #include +#include "chunklets/x86.h" #include "hook.h" #include "intdefs.h" #include "langext.h" #include "mem.h" #include "os.h" -#include "x86.h" // Warning: half-arsed hacky implementation (because that's all we really need) // Almost certainly breaks in some weird cases. Oh well! Most of the time, -- cgit v1.2.3-54-g00ecf