summaryrefslogtreecommitdiff
path: root/core/math/rect2i.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-02-04 15:35:14 +0100
committerRémi Verschelde <rverschelde@gmail.com>2022-02-04 16:32:21 +0100
commite223bad86d6e5225aa205394d047714a92610967 (patch)
tree2ae7abe5edfd503d72e74f51040f15472c8c342c /core/math/rect2i.h
parent5f56d385b04f4054ec86605fcda56ffeed4ca5f4 (diff)
Core: Move Vector2i to its own `vector2i.h` header
Also reduce interdependencies and clean up a bit.
Diffstat (limited to 'core/math/rect2i.h')
-rw-r--r--core/math/rect2i.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/math/rect2i.h b/core/math/rect2i.h
index b9159e161d..db1459a3e6 100644
--- a/core/math/rect2i.h
+++ b/core/math/rect2i.h
@@ -31,7 +31,8 @@
#ifndef RECT2I_H
#define RECT2I_H
-#include "core/math/vector2.h"
+#include "core/error/error_macros.h"
+#include "core/math/vector2i.h"
class String;
struct Rect2;