# HG changeset patch # User Marcus Lundblad # Date 1260490827 0 # Node ID 5e4fc3ab19dc726261179289cb741eaae5883b62 # Parent 6921cc1e704b30377c67f5f5c33078487f32bcf8 Rearrange includes a bit to be consistent with the other files in the same dir diff -r 6921cc1e704b -r 5e4fc3ab19dc libpurple/protocols/jabber/jingle/jingle.c --- a/libpurple/protocols/jabber/jingle/jingle.c Thu Dec 10 21:34:37 2009 +0000 +++ b/libpurple/protocols/jabber/jingle/jingle.c Fri Dec 11 00:20:27 2009 +0000 @@ -29,12 +29,13 @@ #include "content.h" #include "debug.h" #include "jingle.h" -#include #include "session.h" #include "iceudp.h" #include "rawudp.h" #include "rtp.h" +#include + GType jingle_get_type(const gchar *type) {