mirror of
https://github.com/godotengine/godot.git
synced 2026-04-18 18:01:29 +00:00
Remove unused includes in editor with clangd-tidy
Also includes the few changes flagged in `main`.
This commit is contained in:
parent
e2c614fe9a
commit
005e054245
123 changed files with 161 additions and 189 deletions
|
|
@ -33,10 +33,7 @@
|
|||
#include "core/object/class_db.h"
|
||||
#include "editor/editor_interface.h"
|
||||
#include "editor/editor_node.h"
|
||||
#include "editor/editor_undo_redo_manager.h"
|
||||
#include "editor/scene/editor_scene_tabs.h"
|
||||
#include "scene/main/node.h"
|
||||
#include "scene/resources/packed_scene.h"
|
||||
|
||||
#ifndef DISABLE_DEPRECATED
|
||||
void EditorScript::add_root_node(Node *p_node) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue