Mercurial > pidgin
changeset 22741:de58bebea31a
Include dbus-maybe.h rather than conditionally including dbus-server.h
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Sat, 26 Apr 2008 10:37:36 +0000 |
parents | ac66a8c73845 |
children | 71e88e6a6608 |
files | pidgin/gtkmain.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkmain.c Sat Apr 26 10:26:30 2008 +0000 +++ b/pidgin/gtkmain.c Sat Apr 26 10:37:36 2008 +0000 @@ -27,9 +27,7 @@ #include "account.h" #include "conversation.h" #include "core.h" -#ifdef HAVE_DBUS -# include "dbus-server.h" -#endif +#include "dbus-maybe.h" #include "debug.h" #include "eventloop.h" #include "ft.h"