mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 10:01:15 +00:00
Editor: Cleanup some includes dependencies
Removes some unnecessary includes from `editor_node.h`, and instead add those where they're used. Removes unnecessary `editor_node.h` includes in various editor classes. Renames `dynamicfont` to `dynamic_font` in a couple files. Misc cleanup while jumping through that rabbit hole.
This commit is contained in:
parent
1d910b1e58
commit
11572c6e30
142 changed files with 161 additions and 248 deletions
|
|
@ -36,6 +36,7 @@
|
|||
#include "editor/editor_node.h"
|
||||
#include "editor/editor_scale.h"
|
||||
#include "editor/fileserver/editor_file_server.h"
|
||||
#include "editor/plugins/script_editor_plugin.h"
|
||||
#include "scene/gui/menu_button.h"
|
||||
|
||||
DebuggerEditorPlugin::DebuggerEditorPlugin(MenuButton *p_debug_menu) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue