Skip to content

Commit

Permalink
Merge pull request #77457 from smix8/clipper_includes_4.x
Browse files Browse the repository at this point in the history
Remove unnecessary Clipper lib includes
  • Loading branch information
akien-mga committed May 25, 2023
2 parents d81b4a4 + 66a8418 commit 4203389
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion core/math/geometry_3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

#include "geometry_3d.h"

#include "thirdparty/misc/clipper.hpp"
#include "thirdparty/misc/polypartition.h"

void Geometry3D::get_closest_points_between_segments(const Vector3 &p_p0, const Vector3 &p_p1, const Vector3 &p_q0, const Vector3 &p_q1, Vector3 &r_ps, Vector3 &r_qt) {
Expand Down
1 change: 0 additions & 1 deletion editor/plugins/skeleton_2d_editor_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 0 additions & 1 deletion scene/resources/primitive_meshes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include "scene/resources/theme.h"
#include "scene/theme/theme_db.h"
#include "servers/rendering_server.h"
#include "thirdparty/misc/clipper.hpp"
#include "thirdparty/misc/polypartition.h"

#define PADDING_REF_SIZE 1024.0
Expand Down

0 comments on commit 4203389

Please sign in to comment.