From 20257634209dba85d2cd51ad42e660090a5224e6 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Thu, 9 Dec 2021 18:22:16 -0800 Subject: Treewide: Adjust order of includes --- Source/Core/Common/Matrix.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Core/Common/Matrix.cpp') diff --git a/Source/Core/Common/Matrix.cpp b/Source/Core/Common/Matrix.cpp index 8e4d504398..724d28f17f 100644 --- a/Source/Core/Common/Matrix.cpp +++ b/Source/Core/Common/Matrix.cpp @@ -3,11 +3,11 @@ #include "Common/Matrix.h" -#include "Common/MathUtil.h" - #include #include +#include "Common/MathUtil.h" + namespace { // Multiply a NxM matrix by a MxP matrix. -- cgit v1.2.3