ZJIT: Remove unused includes from zjit.c

This commit is contained in:
Alan Wu 2025-12-08 22:08:04 -05:00
parent c890903097
commit 96c804de1f
Notes: git 2025-12-10 21:35:50 +00:00

8
zjit.c
View File

@ -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);