Removed a stale include soc.2007.xmpp

Mon, 18 Jun 2007 00:56:00 +0000

author
Andreas Monitzer <am@adiumx.com>
date
Mon, 18 Jun 2007 00:56:00 +0000
branch
soc.2007.xmpp
changeset 17793
ff1053411f5a
parent 17792
d2023e27affd
child 17794
80d7ab0c4652

Removed a stale include

libpurple/protocols/jabber/buddy.h file | annotate | diff | comparison | revisions
libpurple/protocols/jabber/pep.c file | annotate | diff | comparison | revisions
--- 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
--- 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 <string.h>
+#include "usermood.h"
 
 static GHashTable *pep_handlers = NULL;
 

mercurial