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