From cf136a91d60509a99f9ba47c7dbc6fbb9cb6240d Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 11 Aug 2018 03:08:26 -0500 Subject: [Core] Completely kill math_2d.h, change includes --- core/variant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/variant.h') diff --git a/core/variant.h b/core/variant.h index b48a0b3e73..577a33aa4d 100644 --- a/core/variant.h +++ b/core/variant.h @@ -42,7 +42,6 @@ #include "dvector.h" #include "face3.h" #include "io/ip_address.h" -#include "math_2d.h" #include "matrix3.h" #include "node_path.h" #include "plane.h" @@ -50,6 +49,7 @@ #include "ref_ptr.h" #include "rid.h" #include "transform.h" +#include "transform_2d.h" #include "ustring.h" #include "vector3.h" -- cgit v1.2.3