summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2025-12-08 22:08:04 -0500
committerAlan Wu <XrXr@users.noreply.github.com>2025-12-10 16:35:00 -0500
commit96c804de1f6a495c339f85069a648d37dadfbc80 (patch)
treeb84fc6656dcc895b26d8a8111421f084d8c8d09b
parentc8909030974772b4f19742bac55875e32674d27f (diff)
ZJIT: Remove unused includes from zjit.c
-rw-r--r--zjit.c8
1 files changed, 0 insertions, 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 <unistd.h>
-#include <sys/mman.h>
-#endif
-
-#include <errno.h>
-
// 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);