# HG changeset patch # User Andreas Monitzer # Date 1182128160 0 # Node ID beaeb7fb4dbd7d1fa769c46db1c610e35a582681 # Parent d8ce7ff7aeb3904bf7aced6ca56b140726113b38 Removed a stale include diff -r d8ce7ff7aeb3 -r beaeb7fb4dbd libpurple/protocols/jabber/buddy.h --- a/libpurple/protocols/jabber/buddy.h Sun Jun 17 21:04:15 2007 +0000 +++ b/libpurple/protocols/jabber/buddy.h Mon Jun 18 00:56:00 2007 +0000 @@ -23,7 +23,6 @@ #define _PURPLE_JABBER_BUDDY_H_ #include "jabber.h" -#include "usermood.h" /* for some reason, Psi uses the first one instead of the second one as defined in the XEP */ #ifndef USE_XEP_0084 diff -r d8ce7ff7aeb3 -r beaeb7fb4dbd libpurple/protocols/jabber/pep.c --- a/libpurple/protocols/jabber/pep.c Sun Jun 17 21:04:15 2007 +0000 +++ b/libpurple/protocols/jabber/pep.c Mon Jun 18 00:56:00 2007 +0000 @@ -22,6 +22,7 @@ #include "pep.h" #include "iq.h" #include +#include "usermood.h" static GHashTable *pep_handlers = NULL;