WGL: Don't depend on Core/VideoCommon

This commit is contained in:
Scott Mansell
2015-09-19 05:40:46 +12:00
parent 95f3c956a8
commit 93f6563789
4 changed files with 9 additions and 27 deletions

View File

@ -3,14 +3,10 @@
// Refer to the license.txt file included.
#include <string>
#include <windows.h>
#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