From 96c804de1f6a495c339f85069a648d37dadfbc80 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Mon, 8 Dec 2025 22:08:04 -0500 Subject: [PATCH] ZJIT: Remove unused includes from zjit.c --- zjit.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/zjit.c b/zjit.c index 05fb3e1f02..cb5a01734f 100644 --- a/zjit.c +++ b/zjit.c @@ -23,14 +23,6 @@ #include "ruby/debug.h" #include "internal/cont.h" -// For mmapp(), sysconf() -#ifndef _WIN32 -#include -#include -#endif - -#include - // This build config impacts the pointer tagging scheme and we only want to // support one scheme for simplicity. STATIC_ASSERT(pointer_tagging_scheme, USE_FLONUM);