From 88f7056a41f4cbaac1fe41d27a816d408a276316 Mon Sep 17 00:00:00 2001 From: Michael Maltese Date: Thu, 9 Feb 2017 18:55:06 -0800 Subject: [PATCH] Remove include Xlib.h from X11Utils.h --- Source/Core/DolphinWX/X11Utils.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Source/Core/DolphinWX/X11Utils.h b/Source/Core/DolphinWX/X11Utils.h index 1efaac5d66..e87e032c03 100644 --- a/Source/Core/DolphinWX/X11Utils.h +++ b/Source/Core/DolphinWX/X11Utils.h @@ -4,19 +4,10 @@ #pragma once -// HACK: Xlib.h (included from gtk/gdk headers and directly) uses #defines on -// common names such as "Status", "BadRequest" or "Response", causing SFML -// headers to be completely broken. -// -// We work around that issue by including SFML first before X11 headers. This -// is terrible, but such is the life with Xlib. -#include // NOLINT - #if defined(HAVE_XRANDR) && HAVE_XRANDR #include #endif #include -#include // EWMH state actions, see // http://freedesktop.org/wiki/Specifications/wm-spec?action=show&redirect=Standards%2Fwm-spec