Mercurial > pidgin
changeset 28782:5e4fc3ab19dc
Rearrange includes a bit to be consistent with the other files in the same dir
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Fri, 11 Dec 2009 00:20:27 +0000 |
parents | 6921cc1e704b |
children | a16b0cf55f96 |
files | libpurple/protocols/jabber/jingle/jingle.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <string.h> #include "session.h" #include "iceudp.h" #include "rawudp.h" #include "rtp.h" +#include <string.h> + GType jingle_get_type(const gchar *type) {