mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 22:38: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
|
@ -2,8 +2,8 @@
|
|||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <thread>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "Common/FifoQueue.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue