summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL/GLInterface/GLX.cpp
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2015-09-19 05:53:32 +1200
committerScott Mansell <phiren@gmail.com>2015-09-22 00:36:47 +1200
commit72249b8085d55fdbf8728d6dd63ec0ad8e560bb4 (patch)
treeb11935d25d05998946f9f60b05f63af10ded9807 /Source/Core/Common/GL/GLInterface/GLX.cpp
parent01ed925fec07ec5f97818ac78531796c0e5cddda (diff)
GLX: Don't depend on Core or VideoCommon
Diffstat (limited to 'Source/Core/Common/GL/GLInterface/GLX.cpp')
-rw-r--r--Source/Core/Common/GL/GLInterface/GLX.cpp4
1 files changed, 1 insertions, 3 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 <string>
#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