mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
ZJIT: Remove unused includes from zjit.c
This commit is contained in:
parent
c890903097
commit
96c804de1f
Notes:
git
2025-12-10 21:35:50 +00:00
8
zjit.c
8
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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user