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/bind.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/bind.c') diff --git a/src/bind.c b/src/bind.c index 7fafdb1..3a7cb34 100644 --- a/src/bind.c +++ b/src/bind.c @@ -14,15 +14,13 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#include "chunklets/x86.h" #include "con_.h" -#include "dbg.h" #include "errmsg.h" #include "feature.h" -#include "hook.h" #include "intdefs.h" #include "langext.h" #include "mem.h" -#include "x86.h" #include "x86util.h" FEATURE() -- cgit v1.2.3-54-g00ecf