diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-02-15 16:22:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 16:22:11 +0100 |
commit | fa67046e983a137e612b00e3de1d445cc4aa24ce (patch) | |
tree | 32280e24a2957b4edf32157f40a43a602ff147fb /editor/plugins/polygon_2d_editor_plugin.cpp | |
parent | 1d910b1e5868814938d644ff181cf30d75516762 (diff) | |
parent | 11572c6e309692b62554ae852dfa8fb8943bcbd7 (diff) |
Merge pull request #58136 from akien-mga/editor-includes-cleanup
Diffstat (limited to 'editor/plugins/polygon_2d_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/polygon_2d_editor_plugin.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editor/plugins/polygon_2d_editor_plugin.cpp b/editor/plugins/polygon_2d_editor_plugin.cpp index 4c1c11ebff..22b79921bb 100644 --- a/editor/plugins/polygon_2d_editor_plugin.cpp +++ b/editor/plugins/polygon_2d_editor_plugin.cpp @@ -30,13 +30,11 @@ #include "polygon_2d_editor_plugin.h" -#include "canvas_item_editor_plugin.h" -#include "core/input/input.h" -#include "core/io/file_access.h" +#include "core/input/input_event.h" #include "core/math/geometry_2d.h" -#include "core/os/keyboard.h" #include "editor/editor_scale.h" #include "editor/editor_settings.h" +#include "editor/plugins/canvas_item_editor_plugin.h" #include "scene/2d/skeleton_2d.h" #include "scene/gui/menu_button.h" #include "scene/gui/scroll_container.h" |