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/x86util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/x86util.h') diff --git a/src/x86util.h b/src/x86util.h index 33a3a08..433fbbf 100644 --- a/src/x86util.h +++ b/src/x86util.h @@ -17,9 +17,9 @@ #ifndef INC_X86UTIL_H #define INC_X86UTIL_H +#include "chunklets/x86.h" #include "errmsg.h" #include "langext.h" -#include "x86.h" // XXX: don't know where else to put this, or how else to design this, so this // is very much a plonk-it-here-for-now scenario (and has been for years!) -- cgit v1.2.3-54-g00ecf