mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 14:58:32 +00:00
Fix include order of files outside of Source/Core
This commit is contained in:
parent
4304648a05
commit
b0bde31ac0
10 changed files with 16 additions and 16 deletions
|
@ -2,9 +2,9 @@
|
|||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <limits>
|
||||
#include <random>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "Common/MathUtil.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue