Merge pull request #111254 from Ivorforce/object-no-rb-rw

Remove `rw_lock.h` and `rb_map.h` includes from `object.h`.
This commit is contained in:
Thaddeus Crews 2025-10-06 09:06:29 -05:00
commit ef5ecd95d7
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
13 changed files with 15 additions and 2 deletions

View file

@ -31,6 +31,7 @@
#pragma once
#include "core/object/class_db.h"
#include "core/templates/rb_map.h"
template <typename T>
class TypedArray;