summaryrefslogtreecommitdiffstats
path: root/core/math
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 /core/math
parent4c677c88e918e22ad696f225d189124444f9665e (diff)
downloadredot-engine-66a8418a2d6d35ee0631cb096ce42872d6a2278a.tar.gz
Remove unnecessary Clipper lib includes
Removes unnecessary Clipper lib includes.
Diffstat (limited to 'core/math')
-rw-r--r--core/math/geometry_3d.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/math/geometry_3d.cpp b/core/math/geometry_3d.cpp
index 590483bf20..9dd88485f9 100644
--- a/core/math/geometry_3d.cpp
+++ b/core/math/geometry_3d.cpp
@@ -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) {