mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
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:
commit
ef5ecd95d7
13 changed files with 15 additions and 2 deletions
|
|
@ -34,6 +34,8 @@
|
|||
#include "core/variant/typed_array.h"
|
||||
|
||||
#ifdef ANDROID_ENABLED
|
||||
#include "core/templates/rb_map.h"
|
||||
|
||||
#include <android/log.h>
|
||||
#include <jni.h>
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
#include "java_class_wrapper.h"
|
||||
|
||||
#include "core/config/engine.h"
|
||||
#include "core/templates/rb_map.h"
|
||||
#include "core/variant/variant.h"
|
||||
|
||||
class JNISingleton : public Object {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue