summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CommandProcessor.cpp
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2014-02-19 02:27:20 +0100
committerPierre Bourdon <delroth@gmail.com>2014-02-20 01:01:10 +0100
commitffe588cc240745f0a30595c604083d37e791c670 (patch)
tree7e010773ac4232836b8975349a517d2e04774fd2 /Source/Core/VideoCommon/CommandProcessor.cpp
parent6847a0fc0c1699eb01fadd50cfaf76e4e34a02cb (diff)
Fix more header sorting issues in VideoCommon/ (now check-includes clean).
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp')
-rw-r--r--Source/Core/VideoCommon/CommandProcessor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/CommandProcessor.cpp b/Source/Core/VideoCommon/CommandProcessor.cpp
index 21955b27a5..0ccd251718 100644
--- a/Source/Core/VideoCommon/CommandProcessor.cpp
+++ b/Source/Core/VideoCommon/CommandProcessor.cpp
@@ -2,11 +2,11 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
+#include "Common/Atomic.h"
+#include "Common/ChunkFile.h"
#include "Common/Common.h"
#include "Common/MathUtil.h"
#include "Common/Thread.h"
-#include "Common/Atomic.h"
-#include "Common/ChunkFile.h"
#include "Core/ConfigManager.h"
#include "Core/Core.h"
#include "Core/CoreTiming.h"