comparison libpurple/protocols/jabber/libxmpp.c @ 18210:b8572b937c09

#include reorganizations to allow compiling with glib < 2.8 using the G_GNUC_NULL_TERMINATED define from internal.h
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 20 Jun 2007 18:23:49 +0000
parents 40d51793f2d7
children 5c1ed6296b56 44b4e8bd759b 315151da0dc6
comparison
equal deleted inserted replaced
18209:d3cd11e13557 18210:b8572b937c09
23 /* libxmpp is the XMPP protocol plugin. It is linked against libjabbercommon, 23 /* libxmpp is the XMPP protocol plugin. It is linked against libjabbercommon,
24 * which may be used to support other protocols (Bonjour) which may need to 24 * which may be used to support other protocols (Bonjour) which may need to
25 * share code. 25 * share code.
26 */ 26 */
27 27
28 #include "internal.h"
29
28 #include "accountopt.h" 30 #include "accountopt.h"
29 #include "internal.h"
30 #include "version.h" 31 #include "version.h"
31 32
32 #include "iq.h" 33 #include "iq.h"
33 #include "jabber.h" 34 #include "jabber.h"
34 #include "chat.h" 35 #include "chat.h"