From 28fc19533902dbc2614c949486bb4edf9450cc05 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Mon, 7 May 2018 16:35:17 -0500 Subject: [Core] Change math_2d includes to vector2 includes where relevant --- thirdparty/b2d_convexdecomp/b2Glue.h | 2 +- thirdparty/misc/triangulator.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'thirdparty') diff --git a/thirdparty/b2d_convexdecomp/b2Glue.h b/thirdparty/b2d_convexdecomp/b2Glue.h index 425486356e..10c2f62361 100644 --- a/thirdparty/b2d_convexdecomp/b2Glue.h +++ b/thirdparty/b2d_convexdecomp/b2Glue.h @@ -19,7 +19,7 @@ #ifndef B2GLUE_H #define B2GLUE_H -#include "math_2d.h" +#include "vector2.h" #include namespace b2ConvexDecomp { diff --git a/thirdparty/misc/triangulator.h b/thirdparty/misc/triangulator.h index b6dd7e8236..d1538cfae5 100644 --- a/thirdparty/misc/triangulator.h +++ b/thirdparty/misc/triangulator.h @@ -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 -- cgit v1.2.3