summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-08-13 14:38:56 +0200
committerGitHub <noreply@github.com>2021-08-13 14:38:56 +0200
commit85e315d6e8ffd117404473fe4f96476e38237c1e (patch)
tree46db199a594762bb8881c1ae0edde92ab4f97d8c /core
parent1833c8b23335015f32aa2f6c31926aae597494d0 (diff)
parenteb4902a4558f286b3f26559c217614d075879d53 (diff)
Merge pull request #51607 from aaronfranke/includes
Fix some unnecessary includes
Diffstat (limited to 'core')
-rw-r--r--core/math/geometry_2d.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/math/geometry_2d.h b/core/math/geometry_2d.h
index a2894bc1d3..e1a5bfe6f2 100644
--- a/core/math/geometry_2d.h
+++ b/core/math/geometry_2d.h
@@ -32,9 +32,8 @@
#define GEOMETRY_2D_H
#include "core/math/delaunay_2d.h"
-#include "core/math/rect2.h"
#include "core/math/triangulate.h"
-#include "core/object/object.h"
+#include "core/math/vector3i.h"
#include "core/templates/vector.h"
class Geometry2D {