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