diff options
| author | Scott Mansell <phiren@gmail.com> | 2015-09-19 05:53:32 +1200 |
|---|---|---|
| committer | Scott Mansell <phiren@gmail.com> | 2015-09-22 00:36:47 +1200 |
| commit | 72249b8085d55fdbf8728d6dd63ec0ad8e560bb4 (patch) | |
| tree | b11935d25d05998946f9f60b05f63af10ded9807 /Source/Core/Common/GL/GLInterface/X11_Util.cpp | |
| parent | 01ed925fec07ec5f97818ac78531796c0e5cddda (diff) | |
GLX: Don't depend on Core or VideoCommon
Diffstat (limited to 'Source/Core/Common/GL/GLInterface/X11_Util.cpp')
| -rw-r--r-- | Source/Core/Common/GL/GLInterface/X11_Util.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
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) { |
