changeset 17586:beaeb7fb4dbd

Removed a stale include
author Andreas Monitzer <pidgin@monitzer.com>
date Mon, 18 Jun 2007 00:56:00 +0000
parents d8ce7ff7aeb3
children 84638e3af1bc
files libpurple/protocols/jabber/buddy.h libpurple/protocols/jabber/pep.c
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;