diff libpurple/protocols/jabber/jutil.h @ 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 481749fc0b6b
children 61e0924de04a
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;