diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2021-08-12 18:05:59 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2021-08-13 00:27:38 -0500 |
commit | eb4902a4558f286b3f26559c217614d075879d53 (patch) | |
tree | 004f986c78b2bd18893ca9af2da2aa820a49b593 /scene/3d/light_3d.cpp | |
parent | a98589a4497bdff15c66a98b6d07241addddae2c (diff) |
Fix some unnecessary includes
Diffstat (limited to 'scene/3d/light_3d.cpp')
-rw-r--r-- | scene/3d/light_3d.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scene/3d/light_3d.cpp b/scene/3d/light_3d.cpp index 40f33dfa72..328cb8b22b 100644 --- a/scene/3d/light_3d.cpp +++ b/scene/3d/light_3d.cpp @@ -30,10 +30,6 @@ #include "light_3d.h" -#include "core/config/engine.h" -#include "core/config/project_settings.h" -#include "scene/resources/surface_tool.h" - bool Light3D::_can_gizmo_scale() const { return false; } |