[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

@@ -21,9 +21,9 @@
#ifndef TRIANGULATOR_H
#define TRIANGULATOR_H
#include "math_2d.h"
#include "list.h"
#include "set.h"
#include "vector2.h"
//2D point structure