# HG changeset patch # User Will Thompson # Date 1209206256 0 # Node ID de58bebea31ab2127bc68f1d660168fa618f271c # Parent ac66a8c738459a426e184de5d254291a2b0ca05b Include dbus-maybe.h rather than conditionally including dbus-server.h diff -r ac66a8c73845 -r de58bebea31a pidgin/gtkmain.c --- 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"