Cleanup header includes in Tree

This commit is contained in:
Haoyu Qiu
2025-05-15 14:28:00 +08:00
parent 428a762e98
commit 88d922c55e
18 changed files with 27 additions and 9 deletions

View File

@ -36,6 +36,7 @@
#include "editor/themes/editor_scale.h"
#include "scene/gui/check_box.h"
#include "scene/gui/flow_container.h"
#include "scene/gui/line_edit.h"
void EditorNetworkProfiler::_bind_methods() {
ADD_SIGNAL(MethodInfo("enable_profiling", PropertyInfo(Variant::BOOL, "enable")));

View File

@ -41,6 +41,7 @@
#include "editor/themes/editor_scale.h"
#include "editor/themes/editor_theme_manager.h"
#include "scene/gui/dialogs.h"
#include "scene/gui/line_edit.h"
#include "scene/gui/separator.h"
#include "scene/gui/tree.h"