mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Treewide: Adjust order of includes
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user