[Core] Completely kill math_2d.h, change includes

This commit is contained in:
Aaron Franke
2018-08-11 03:08:26 -05:00
parent 14fe7230f4
commit cf136a91d6
17 changed files with 16 additions and 52 deletions

View File

@ -34,9 +34,9 @@
#include "aabb.h"
#include "dvector.h"
#include "map.h"
#include "math_2d.h"
#include "oa_hash_map.h"
#include "plane.h"
#include "rect2.h"
#include "scene/resources/material.h"
#include "transform.h"
#include "vector3.h"