From 72249b8085d55fdbf8728d6dd63ec0ad8e560bb4 Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Sat, 19 Sep 2015 05:53:32 +1200 Subject: [PATCH] GLX: Don't depend on Core or VideoCommon --- Source/Core/Common/GL/GLInterface/GLX.cpp | 4 +--- Source/Core/Common/GL/GLInterface/X11_Util.cpp | 5 +---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Source/Core/Common/GL/GLInterface/GLX.cpp b/Source/Core/Common/GL/GLInterface/GLX.cpp index 8478f31aca..8ac73b5fd4 100644 --- a/Source/Core/Common/GL/GLInterface/GLX.cpp +++ b/Source/Core/Common/GL/GLInterface/GLX.cpp @@ -5,9 +5,7 @@ #include #include "Common/GL/GLInterface/GLX.h" - -#include "VideoCommon/RenderBase.h" -#include "VideoCommon/VideoConfig.h" +#include "Common/Logging/Log.h" #define GLX_CONTEXT_MAJOR_VERSION_ARB 0x2091 #define GLX_CONTEXT_MINOR_VERSION_ARB 0x2092 diff --git a/Source/Core/Common/GL/GLInterface/X11_Util.cpp b/Source/Core/Common/GL/GLInterface/X11_Util.cpp index 3956f6a0e2..1a15d100ee 100644 --- a/Source/Core/Common/GL/GLInterface/X11_Util.cpp +++ b/Source/Core/Common/GL/GLInterface/X11_Util.cpp @@ -5,10 +5,7 @@ #include "Common/Thread.h" #include "Common/GL/GLInterfaceBase.h" #include "Common/GL/GLInterface/X11_Util.h" - -#include "Core/Host.h" - -#include "VideoCommon/VideoConfig.h" +#include "Common/Logging/Log.h" void cX11Window::Initialize(Display *_dpy) {