summaryrefslogtreecommitdiffstats
path: root/editor
diff options
context:
space:
mode:
authorsmix8 <52464204+smix8@users.noreply.github.com>2023-05-24 23:57:08 +0200
committersmix8 <52464204+smix8@users.noreply.github.com>2023-05-24 23:57:08 +0200
commit66a8418a2d6d35ee0631cb096ce42872d6a2278a (patch)
tree21d3a6b99bca082171617375974f5314c78f24c8 /editor
parent4c677c88e918e22ad696f225d189124444f9665e (diff)
downloadredot-engine-66a8418a2d6d35ee0631cb096ce42872d6a2278a.tar.gz
Remove unnecessary Clipper lib includes
Removes unnecessary Clipper lib includes.
Diffstat (limited to 'editor')
-rw-r--r--editor/plugins/skeleton_2d_editor_plugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/skeleton_2d_editor_plugin.cpp b/editor/plugins/skeleton_2d_editor_plugin.cpp
index 6cf73fc48d..18c2b0c6e0 100644
--- a/editor/plugins/skeleton_2d_editor_plugin.cpp
+++ b/editor/plugins/skeleton_2d_editor_plugin.cpp
@@ -36,7 +36,6 @@
#include "scene/2d/mesh_instance_2d.h"
#include "scene/gui/dialogs.h"
#include "scene/gui/menu_button.h"
-#include "thirdparty/misc/clipper.hpp"
void Skeleton2DEditor::_node_removed(Node *p_node) {
if (p_node == node) {