From 3f837d5cc52a4dd18df05efcf348bb99bb33a708 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 9 Feb 2019 00:24:02 -0500 Subject: [Core] Rename Matrix3 file to Basis The code already referred to "Basis", it's just the file name that was different for some reason. --- core/math/quat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/math/quat.cpp') diff --git a/core/math/quat.cpp b/core/math/quat.cpp index c1e45f36f0..6833d5de55 100644 --- a/core/math/quat.cpp +++ b/core/math/quat.cpp @@ -30,7 +30,7 @@ #include "quat.h" -#include "core/math/matrix3.h" +#include "core/math/basis.h" #include "core/print_string.h" // set_euler_xyz expects a vector containing the Euler angles in the format -- cgit v1.2.3