summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Matrix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/Matrix.cpp')
-rw-r--r--Source/Core/Common/Matrix.cpp4
1 files changed, 2 insertions, 2 deletions
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 <algorithm>
#include <cmath>
+#include "Common/MathUtil.h"
+
namespace
{
// Multiply a NxM matrix by a MxP matrix.