mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 20:51:14 +00:00
Remove unused header in editor.
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
This commit is contained in:
parent
73d85f46c9
commit
f241c1fda0
185 changed files with 57 additions and 308 deletions
|
|
@ -30,10 +30,6 @@
|
|||
|
||||
#include "shader_file_editor_plugin.h"
|
||||
|
||||
#include "core/io/resource_loader.h"
|
||||
#include "core/io/resource_saver.h"
|
||||
#include "core/os/keyboard.h"
|
||||
#include "core/os/os.h"
|
||||
#include "editor/editor_command_palette.h"
|
||||
#include "editor/editor_node.h"
|
||||
#include "editor/editor_string_names.h"
|
||||
|
|
@ -42,7 +38,6 @@
|
|||
#include "scene/gui/item_list.h"
|
||||
#include "scene/gui/split_container.h"
|
||||
#include "servers/display_server.h"
|
||||
#include "servers/rendering/shader_types.h"
|
||||
|
||||
/*** SHADER SCRIPT EDITOR ****/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue