diff --git a/scene/resources/material/material.cpp b/scene/resources/material/material.cpp index 4ab18d9d9..500cd41f7 100644 --- a/scene/resources/material/material.cpp +++ b/scene/resources/material/material.cpp @@ -36,10 +36,6 @@ #include "scene/resources/texture.h" #include "servers/rendering/shader_language.h" -#ifdef TOOLS_ENABLED -#include "editor/editor_settings.h" -#endif - #include "scene/main/scene_string_names.h" void Material::set_next_pass(const Ref &p_pass) {