# HG changeset patch # User Stu Tomlinson # Date 1191077120 0 # Node ID f5c2f047acaec2b67f542e119e1c6e9a0fa779e4 # Parent ff4e9608b402e12b6116cb17c0f413164d9946ae jutil.h should not include account.h because that breaks test compilation during make distcheck diff -r ff4e9608b402 -r f5c2f047acae libpurple/protocols/jabber/jutil.h --- a/libpurple/protocols/jabber/jutil.h Sat Sep 29 14:28:25 2007 +0000 +++ b/libpurple/protocols/jabber/jutil.h Sat Sep 29 14:45:20 2007 +0000 @@ -22,8 +22,6 @@ #ifndef _PURPLE_JABBER_JUTIL_H_ #define _PURPLE_JABBER_JUTIL_H_ -#include "account.h" - typedef struct _JabberID { char *node; char *domain;