From 99353c3baa665cd7fcc2465a0c70a4e03bb3389b Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 5 Dec 2019 08:47:22 -0500 Subject: [PATCH] VideoCommon/OpcodeDecoding: Remove unused headers Nothing provided by these headers are used, so we can remove them. --- Source/Core/VideoCommon/OpcodeDecoding.cpp | 3 +-- 1 file changed, 1 insertion(+), 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