1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Remove rw_lock.h and rb_map.h includes from object.h.

This commit is contained in:
Lukas Tenbrink
2025-10-04 16:58:31 +02:00
parent 06827c91c6
commit 9d44b68867
13 changed files with 15 additions and 2 deletions

View File

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