diff libpurple/protocols/jabber/auth.c @ 26542:680b54e417c1

Make the last one compile (add disco.h) and alphabetize.
author Paul Aurich <paul@darkrain42.org>
date Sat, 04 Apr 2009 20:59:15 +0000
parents f25410b0827c
children bc7fac8e2f79
line wrap: on
line diff
--- a/libpurple/protocols/jabber/auth.c	Sat Apr 04 20:25:03 2009 +0000
+++ b/libpurple/protocols/jabber/auth.c	Sat Apr 04 20:59:15 2009 +0000
@@ -30,9 +30,10 @@
 #include "util.h"
 #include "xmlnode.h"
 
+#include "auth.h"
+#include "disco.h"
+#include "jabber.h"
 #include "jutil.h"
-#include "auth.h"
-#include "jabber.h"
 #include "iq.h"
 #include "notify.h"