diff options
| author | Scott Mansell <phiren@gmail.com> | 2015-09-19 05:40:46 +1200 |
|---|---|---|
| committer | Scott Mansell <phiren@gmail.com> | 2015-09-22 00:36:45 +1200 |
| commit | 93f656378918a35db869ade431812cd4539166a0 (patch) | |
| tree | 10d14b68e665a570a244465cef11123249ddf454 /Source/Core/Common/GL/GLInterface/WGL.cpp | |
| parent | 95f3c956a80d880f9988fed5c4a920e436808195 (diff) | |
WGL: Don't depend on Core/VideoCommon
Diffstat (limited to 'Source/Core/Common/GL/GLInterface/WGL.cpp')
| -rw-r--r-- | Source/Core/Common/GL/GLInterface/WGL.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
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 <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 |
