summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/EventTest.cpp
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2015-03-01 14:52:09 +0100
committerTillmann Karras <tilkax@gmail.com>2015-03-01 14:54:22 +0100
commitb0bde31ac08d41c279944d13ffd95fefa39a3ca8 (patch)
treeebf167e4022c08b73e09886323aff92de89d53b3 /Source/UnitTests/Common/EventTest.cpp
parent4304648a05a4cf0d380c11de1f2fad396a0c97e8 (diff)
Fix include order of files outside of Source/Core
Diffstat (limited to 'Source/UnitTests/Common/EventTest.cpp')
-rw-r--r--Source/UnitTests/Common/EventTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/UnitTests/Common/EventTest.cpp b/Source/UnitTests/Common/EventTest.cpp
index 41949a893d..6194dcb9dd 100644
--- a/Source/UnitTests/Common/EventTest.cpp
+++ b/Source/UnitTests/Common/EventTest.cpp
@@ -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/Event.h"