GNOME Bugzilla – Bug 788303
daemon: Remove obsolete module gdm-xerrors
Last modified: 2017-09-28 19:15:31 UTC
This code is not used anywhere in GDM anymore.
Created attachment 360626 [details] [review] daemon: Remove obsolete module gdm-xerrors
Review of attachment 360626 [details] [review]: sure, except for a nit ::: daemon/gdm-display.c @@ +37,2 @@ #include <xcb/xcb.h> +#include <X11/Xlib.h> should be a separate commit.
(nevermind, it doesn't matter)
Why should it be a separate commit? Removing the gdm-xerrors.h include broke gdm-display.c because that was the X11/Xlib.h include was the only part from gdm-xerrors.h that was being used.