From 01f99a04a2af61d70fc2a5eed14b2a0bf3c05696 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 2 Jan 2016 15:01:12 -0500 Subject: VideoBackend: Get rid of a boolean global Also gets rid of global headers --- Source/Core/VideoCommon/RenderBase.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Source/Core/VideoCommon/RenderBase.cpp') diff --git a/Source/Core/VideoCommon/RenderBase.cpp b/Source/Core/VideoCommon/RenderBase.cpp index df78e4df21..8b8d0aa8f7 100644 --- a/Source/Core/VideoCommon/RenderBase.cpp +++ b/Source/Core/VideoCommon/RenderBase.cpp @@ -17,7 +17,6 @@ #include #include -#include "Common/Atomic.h" #include "Common/Event.h" #include "Common/Profiler.h" #include "Common/StringUtil.h" @@ -36,11 +35,8 @@ #include "VideoCommon/CommandProcessor.h" #include "VideoCommon/CPMemory.h" #include "VideoCommon/Debugger.h" -#include "VideoCommon/Fifo.h" #include "VideoCommon/FPSCounter.h" #include "VideoCommon/FramebufferManagerBase.h" -#include "VideoCommon/MainBase.h" -#include "VideoCommon/OpcodeDecoding.h" #include "VideoCommon/PostProcessing.h" #include "VideoCommon/RenderBase.h" #include "VideoCommon/Statistics.h" -- cgit v1.2.3