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

@ -3,8 +3,8 @@
// Refer to the license.txt file included.
#include <array>
#include <gtest/gtest.h>
#include <thread>
#include <gtest/gtest.h>
#include "Common/Flag.h"