Fix include order of files outside of Source/Core

This commit is contained in:
Tillmann Karras 2015-03-01 14:52:09 +01:00
parent 4304648a05
commit b0bde31ac0
10 changed files with 16 additions and 16 deletions

View file

@ -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"