# HG changeset patch # User Paul Aurich # Date 1238878755 0 # Node ID 680b54e417c1ce1cefe81764133010259f7e9d2f # Parent 81b30f96250e0dc51127d2d649fa29c2994ba936 Make the last one compile (add disco.h) and alphabetize. diff -r 81b30f96250e -r 680b54e417c1 libpurple/protocols/jabber/auth.c --- 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"