Decouple node.h from scene_tree.h, minimize its other includes

This commit is contained in:
Rémi Verschelde 2026-03-04 17:43:08 +01:00
parent b12b7bc622
commit 2dd1f4ef60
No known key found for this signature in database
GPG key ID: C3336907360768E1
122 changed files with 179 additions and 60 deletions

View file

@ -52,6 +52,7 @@
#include "scene/gui/option_button.h"
#include "scene/gui/split_container.h"
#include "scene/gui/tab_container.h"
#include "scene/main/scene_tree.h"
// ObjectDB snapshots are very large. In remote_debugger_peer.cpp, the max in_buf and out_buf size is 8mb.
// Snapshots are typically larger than that, so we send them 6mb at a time. Leaving 2mb for other data.