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/con_.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/con_.c') diff --git a/src/con_.c b/src/con_.c index 8359482..90cc0fd 100644 --- a/src/con_.c +++ b/src/con_.c @@ -22,6 +22,7 @@ #include #include "abi.h" +#include "chunklets/x86.h" #include "con_.h" #include "engineapi.h" // for factories and rgba - XXX: is this a bit circular? #include "errmsg.h" @@ -33,7 +34,6 @@ #include "os.h" #include "vcall.h" #include "version.h" -#include "x86.h" #include "x86util.h" /******************************************************************************\ -- cgit v1.2.3-54-g00ecf