diff options
author | Giovanni Campagna <gcampagna@src.gnome.org> | 2012-05-03 18:29:00 +0200 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2012-07-17 03:29:07 -0400 |
commit | 03bf6cb6a38cf686329a4927aaf0d8ea503ae937 (patch) | |
tree | 818663d72b652a97f6db6041fad12d8259ebc448 /daemon/gdm-xdmcp-display.h | |
parent | c06ef826167298b56d29e77bf37194ecb6983ff5 (diff) | |
download | gdm-03bf6cb6a38cf686329a4927aaf0d8ea503ae937.tar.gz |
daemon: Port display handling to GDBus
This is one big commit because it uses generated code both
in the daemon and in the slaves, so we need to port both at the
same time.
https://bugzilla.gnome.org/show_bug.cgi?id=622888
Diffstat (limited to 'daemon/gdm-xdmcp-display.h')
-rw-r--r-- | daemon/gdm-xdmcp-display.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/gdm-xdmcp-display.h b/daemon/gdm-xdmcp-display.h index db9b4014..8802a868 100644 --- a/daemon/gdm-xdmcp-display.h +++ b/daemon/gdm-xdmcp-display.h @@ -25,7 +25,6 @@ #include <sys/types.h> #include <sys/socket.h> #include <glib-object.h> -#include <dbus/dbus-glib.h> #include "gdm-display.h" #include "gdm-address.h" |