diff libpurple/protocols/jabber/jabber.c @ 15891:87ea711b9781

Re-arrange #includes so 'make check' stands a chance of passing during 'make distcheck'
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 24 Mar 2007 20:06:21 +0000
parents 32c366eeeb99
children 8bcd5840fb12
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c	Sat Mar 24 19:51:48 2007 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Sat Mar 24 20:06:21 2007 +0000
@@ -25,6 +25,7 @@
 #include "blist.h"
 #include "cmds.h"
 #include "connection.h"
+#include "conversation.h"
 #include "debug.h"
 #include "dnssrv.h"
 #include "message.h"
@@ -36,6 +37,7 @@
 #include "server.h"
 #include "util.h"
 #include "version.h"
+#include "xmlnode.h"
 
 #include "auth.h"
 #include "buddy.h"