mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 14:58:32 +00:00
Treewide: Adjust order of includes
This commit is contained in:
parent
9304fe7124
commit
2025763420
214 changed files with 430 additions and 252 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue