diff options
Diffstat (limited to 'src/core/Rect2.cpp')
-rw-r--r-- | src/core/Rect2.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/Rect2.cpp b/src/core/Rect2.cpp index 6d13cff..da057aa 100644 --- a/src/core/Rect2.cpp +++ b/src/core/Rect2.cpp @@ -1,13 +1,10 @@ #include "Rect2.hpp" - #include "Vector2.hpp" - #include "String.hpp" +#include "Transform2D.hpp" #include <cmath> -#include "Transform2D.hpp" - namespace godot { #ifndef MAX |