summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoState.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/VideoState.cpp
parent6847a0fc0c1699eb01fadd50cfaf76e4e34a02cb (diff)
Fix more header sorting issues in VideoCommon/ (now check-includes clean).
Diffstat (limited to 'Source/Core/VideoCommon/VideoState.cpp')
-rw-r--r--Source/Core/VideoCommon/VideoState.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/VideoState.cpp b/Source/Core/VideoCommon/VideoState.cpp
index bb0a3c3a9d..b73088ad22 100644
--- a/Source/Core/VideoCommon/VideoState.cpp
+++ b/Source/Core/VideoCommon/VideoState.cpp
@@ -3,16 +3,16 @@
// Refer to the license.txt file included.
#include "VideoCommon/BPMemory.h"
+#include "VideoCommon/CommandProcessor.h"
#include "VideoCommon/CPMemory.h"
-#include "VideoCommon/XFMemory.h"
#include "VideoCommon/Fifo.h"
-#include "VideoCommon/CommandProcessor.h"
#include "VideoCommon/PixelEngine.h"
#include "VideoCommon/PixelShaderManager.h"
#include "VideoCommon/TextureDecoder.h"
#include "VideoCommon/VertexManagerBase.h"
#include "VideoCommon/VertexShaderManager.h"
#include "VideoCommon/VideoState.h"
+#include "VideoCommon/XFMemory.h"
static void DoState(PointerWrap &p)
{