[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

@ -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"