[Core] Change math_2d includes to vector2 includes where relevant

This commit is contained in:
Aaron Franke 2018-05-07 16:35:17 -05:00
parent 9d1b5f4e3b
commit 28fc195339
7 changed files with 7 additions and 7 deletions

View file

@ -35,7 +35,7 @@
#include "dvector.h"
#include "core/color.h"
#include "core/math/math_2d.h"
#include "core/math/vector2.h"
#include "core/math/vector3.h"
#ifdef __cplusplus

View file

@ -30,7 +30,7 @@
#include "gdnative/vector2.h"
#include "core/math/math_2d.h"
#include "core/math/vector2.h"
#include "core/variant.h"
#ifdef __cplusplus