Mercurial > pidgin
changeset 20288:f5c2f047acae
jutil.h should not include account.h because that breaks test compilation
during make distcheck
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 29 Sep 2007 14:45:20 +0000 |
parents | ff4e9608b402 |
children | 9b2376dde204 |
files | libpurple/protocols/jabber/jutil.h |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;