You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +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:
@@ -31,7 +31,6 @@
|
||||
#ifndef AUDIO_STREAM_RANDOMIZER_EDITOR_PLUGIN_H
|
||||
#define AUDIO_STREAM_RANDOMIZER_EDITOR_PLUGIN_H
|
||||
|
||||
#include "editor/editor_node.h"
|
||||
#include "editor/editor_plugin.h"
|
||||
#include "servers/audio/audio_stream.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user