diff options
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 |
