summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2017-02-01 10:56:13 -0500
committerLioncash <mathew1800@gmail.com>2017-02-01 12:19:55 -0500
commit468f623d2744ad47009b655c2720e82b302ea102 (patch)
treeb5e2b3032117c50a3866e7e967c1f04986749528 /Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp
parent543120c88e1536f3ab01fa6275772250f0945c88 (diff)
ShaderGenCommon: Remove unnecessary includes
Diffstat (limited to 'Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp')
-rw-r--r--Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp b/Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp
index 76e7b641e4..16a851c829 100644
--- a/Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp
+++ b/Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp
@@ -8,7 +8,8 @@
#include <string>
#include "Common/Align.h"
-#include "Common/Common.h"
+#include "Common/CommonTypes.h"
+#include "Common/Logging/Log.h"
#include "Common/MsgHandler.h"
#include "Common/StringUtil.h"
@@ -18,7 +19,6 @@
#include "VideoBackends/OGL/StreamBuffer.h"
#include "VideoCommon/Debugger.h"
-#include "VideoCommon/DriverDetails.h"
#include "VideoCommon/GeometryShaderManager.h"
#include "VideoCommon/ImageWrite.h"
#include "VideoCommon/PixelShaderManager.h"