From d9fec92628231526b47e19cd09b68572eb06e44f Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 17 Jan 2016 16:54:31 -0500 Subject: VideoCommon: Header cleanup Also remedies places where the video backends and core rely on things being indirectly included. --- Source/Core/VideoBackends/Software/EfbInterface.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Source/Core/VideoBackends/Software/EfbInterface.cpp') diff --git a/Source/Core/VideoBackends/Software/EfbInterface.cpp b/Source/Core/VideoBackends/Software/EfbInterface.cpp index b6b55b7204..943ce78b06 100644 --- a/Source/Core/VideoBackends/Software/EfbInterface.cpp +++ b/Source/Core/VideoBackends/Software/EfbInterface.cpp @@ -6,13 +6,11 @@ #include "Common/CommonFuncs.h" #include "Common/CommonTypes.h" -#include "Core/HW/Memmap.h" - +#include "Common/Logging/Log.h" #include "VideoBackends/Software/EfbInterface.h" - #include "VideoCommon/BPMemory.h" #include "VideoCommon/LookUpTables.h" -#include "VideoCommon/PixelEngine.h" +#include "VideoCommon/PerfQueryBase.h" static u8 efb[EFB_WIDTH*EFB_HEIGHT*6]; -- cgit v1.2.3