diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-02-19 02:27:20 +0100 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-02-20 01:01:10 +0100 |
| commit | ffe588cc240745f0a30595c604083d37e791c670 (patch) | |
| tree | 7e010773ac4232836b8975349a517d2e04774fd2 /Source/Core/VideoCommon/OpcodeDecoding.cpp | |
| parent | 6847a0fc0c1699eb01fadd50cfaf76e4e34a02cb (diff) | |
Fix more header sorting issues in VideoCommon/ (now check-includes clean).
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/OpcodeDecoding.cpp | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Source/Core/VideoCommon/OpcodeDecoding.cpp b/Source/Core/VideoCommon/OpcodeDecoding.cpp index 29cee8e1a5..8c680a04c5 100644 --- a/Source/Core/VideoCommon/OpcodeDecoding.cpp +++ b/Source/Core/VideoCommon/OpcodeDecoding.cpp @@ -14,24 +14,22 @@ #include "Common/Common.h" #include "Common/CPUDetect.h" - #include "Core/Core.h" #include "Core/Host.h" #include "Core/FifoPlayer/FifoRecorder.h" #include "Core/HW/Memmap.h" - #include "VideoCommon/BPMemory.h" -#include "VideoCommon/CPMemory.h" -#include "VideoCommon/XFMemory.h" - #include "VideoCommon/CommandProcessor.h" +#include "VideoCommon/CPMemory.h" #include "VideoCommon/DataReader.h" #include "VideoCommon/Fifo.h" #include "VideoCommon/OpcodeDecoding.h" #include "VideoCommon/Statistics.h" #include "VideoCommon/VertexLoaderManager.h" -#include "VideoCommon/VideoConfig.h" #include "VideoCommon/VideoCommon.h" +#include "VideoCommon/VideoConfig.h" +#include "VideoCommon/XFMemory.h" + u8* g_pVideoData = 0; bool g_bRecordFifoData = false; |
