You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +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:
@@ -35,6 +35,8 @@
|
||||
#include "gdscript_function.h"
|
||||
#include "gdscript_utility_functions.h"
|
||||
|
||||
#include "core/templates/rb_map.h"
|
||||
|
||||
class GDScriptByteCodeGenerator : public GDScriptCodeGenerator {
|
||||
struct StackSlot {
|
||||
Variant::Type type = Variant::NIL;
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
#include "core/io/resource_loader.h"
|
||||
#include "core/io/resource_saver.h"
|
||||
#include "core/object/script_language.h"
|
||||
#include "core/templates/rb_map.h"
|
||||
#include "core/templates/self_list.h"
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
#include "mono_gc_handle.h"
|
||||
|
||||
#include "core/os/mutex.h"
|
||||
#include "core/templates/rb_map.h"
|
||||
#include "core/templates/self_list.h"
|
||||
#include "core/variant/callable.h"
|
||||
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
|
||||
#include "audio_stream_ogg_vorbis.h"
|
||||
|
||||
#include "core/templates/rb_map.h"
|
||||
|
||||
#include <ogg/ogg.h>
|
||||
|
||||
int AudioStreamPlaybackOggVorbis::_mix_internal(AudioFrame *p_buffer, int p_frames) {
|
||||
|
||||
Reference in New Issue
Block a user