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/democustom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/democustom.c') diff --git a/src/democustom.c b/src/democustom.c index cae58a8..05c1d41 100644 --- a/src/democustom.c +++ b/src/democustom.c @@ -17,6 +17,7 @@ #include #include "bitbuf.h" +#include "chunklets/x86.h" #include "demorec.h" #include "engineapi.h" #include "feature.h" @@ -25,7 +26,6 @@ #include "langext.h" #include "mem.h" #include "vcall.h" -#include "x86.h" #include "x86util.h" FEATURE() -- cgit v1.2.3-54-g00ecf