From 93f656378918a35db869ade431812cd4539166a0 Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Sat, 19 Sep 2015 05:40:46 +1200 Subject: WGL: Don't depend on Core/VideoCommon --- Source/Core/Common/GL/GLInterface/WGL.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Source/Core/Common/GL/GLInterface/WGL.cpp') diff --git a/Source/Core/Common/GL/GLInterface/WGL.cpp b/Source/Core/Common/GL/GLInterface/WGL.cpp index c8d0ccce0d..56017a89b4 100644 --- a/Source/Core/Common/GL/GLInterface/WGL.cpp +++ b/Source/Core/Common/GL/GLInterface/WGL.cpp @@ -3,14 +3,10 @@ // Refer to the license.txt file included. #include +#include #include "Common/GL/GLInterface/WGL.h" - -#include "Core/Host.h" - -#include "VideoCommon/RenderBase.h" -#include "VideoCommon/VertexShaderManager.h" -#include "VideoCommon/VideoConfig.h" +#include "Common/Logging/Log.h" static HDC hDC = nullptr; // Private GDI Device Context static HGLRC hRC = nullptr; // Permanent Rendering Context -- cgit v1.2.3