diff options
author | Juan Linietsky <reduzio@gmail.com> | 2018-08-14 18:58:32 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-14 18:58:32 -0300 |
commit | 4e55835e480b693e852571899eaa1b48bd52e026 (patch) | |
tree | 42fc7593ce333531f112c6e6f567f7b49095e56b /core/variant.h | |
parent | d6058b967d295d20e3ce93de9263d48002971693 (diff) | |
parent | cf136a91d60509a99f9ba47c7dbc6fbb9cb6240d (diff) |
Merge pull request #18096 from aaronfranke/master
[Core] Split up math_2d.h
Diffstat (limited to 'core/variant.h')
-rw-r--r-- | core/variant.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |