GLX: Don't depend on Core or VideoCommon

This commit is contained in:
Scott Mansell 2015-09-19 05:53:32 +12:00
parent 01ed925fec
commit 72249b8085
2 changed files with 2 additions and 7 deletions

View File

@ -5,9 +5,7 @@
#include <string> #include <string>
#include "Common/GL/GLInterface/GLX.h" #include "Common/GL/GLInterface/GLX.h"
#include "Common/Logging/Log.h"
#include "VideoCommon/RenderBase.h"
#include "VideoCommon/VideoConfig.h"
#define GLX_CONTEXT_MAJOR_VERSION_ARB 0x2091 #define GLX_CONTEXT_MAJOR_VERSION_ARB 0x2091
#define GLX_CONTEXT_MINOR_VERSION_ARB 0x2092 #define GLX_CONTEXT_MINOR_VERSION_ARB 0x2092

View File

@ -5,10 +5,7 @@
#include "Common/Thread.h" #include "Common/Thread.h"
#include "Common/GL/GLInterfaceBase.h" #include "Common/GL/GLInterfaceBase.h"
#include "Common/GL/GLInterface/X11_Util.h" #include "Common/GL/GLInterface/X11_Util.h"
#include "Common/Logging/Log.h"
#include "Core/Host.h"
#include "VideoCommon/VideoConfig.h"
void cX11Window::Initialize(Display *_dpy) void cX11Window::Initialize(Display *_dpy)
{ {