From b0bde31ac08d41c279944d13ffd95fefa39a3ca8 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sun, 1 Mar 2015 14:52:09 +0100 Subject: Fix include order of files outside of Source/Core --- Source/UnitTests/Common/FifoQueueTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/UnitTests/Common/FifoQueueTest.cpp') diff --git a/Source/UnitTests/Common/FifoQueueTest.cpp b/Source/UnitTests/Common/FifoQueueTest.cpp index 6530e15ddd..042cf57983 100644 --- a/Source/UnitTests/Common/FifoQueueTest.cpp +++ b/Source/UnitTests/Common/FifoQueueTest.cpp @@ -2,8 +2,8 @@ // Licensed under GPLv2 // Refer to the license.txt file included. -#include #include +#include #include "Common/FifoQueue.h" -- cgit v1.2.3