summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/OpcodeDecoding.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-12-05 08:47:22 -0500
committerLioncash <mathew1800@gmail.com>2019-12-05 09:13:06 -0500
commit99353c3baa665cd7fcc2465a0c70a4e03bb3389b (patch)
tree712f71e4721c2f30ab3b8df33ba34267a004559c /Source/Core/VideoCommon/OpcodeDecoding.cpp
parent6339a5ea8ea8920c1c7f1076b687512013da1457 (diff)
VideoCommon/OpcodeDecoding: Remove unused headers
Nothing provided by these headers are used, so we can remove them.
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.cpp')
-rw-r--r--Source/Core/VideoCommon/OpcodeDecoding.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/OpcodeDecoding.cpp b/Source/Core/VideoCommon/OpcodeDecoding.cpp
index ab904e6a8c..1b6e8068d5 100644
--- a/Source/Core/VideoCommon/OpcodeDecoding.cpp
+++ b/Source/Core/VideoCommon/OpcodeDecoding.cpp
@@ -14,9 +14,9 @@
// vertices.
#include "VideoCommon/OpcodeDecoding.h"
+
#include "Common/CommonTypes.h"
#include "Common/Logging/Log.h"
-#include "Common/MsgHandler.h"
#include "Core/FifoPlayer/FifoRecorder.h"
#include "Core/HW/Memmap.h"
#include "VideoCommon/BPMemory.h"
@@ -26,7 +26,6 @@
#include "VideoCommon/Fifo.h"
#include "VideoCommon/Statistics.h"
#include "VideoCommon/VertexLoaderManager.h"
-#include "VideoCommon/VideoCommon.h"
#include "VideoCommon/XFMemory.h"
namespace OpcodeDecoder