mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 14:28:34 +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
|
@ -6,7 +6,7 @@
|
|||
#include "Core/PowerPC/JitCommon/JitBase.h"
|
||||
|
||||
// include order is important
|
||||
#include <gtest/gtest.h>
|
||||
#include <gtest/gtest.h> // NOLINT
|
||||
|
||||
#if _M_X86_64 || _M_ARM_32
|
||||
enum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue