pidgin: a74fb0eb: Rearrange includes a bit to be consisten...

malu at pidgin.im malu at pidgin.im
Thu Dec 10 19:25:37 EST 2009


-----------------------------------------------------------------
Revision: a74fb0eb2e8074bf51ffad1750e6eeaf2b28c645
Ancestor: 23403faa17b752c8e88650199945fbd8843f3796
Author: malu at pidgin.im
Date: 2009-12-11T00:20:27
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/a74fb0eb2e8074bf51ffad1750e6eeaf2b28c645

Modified files:
        libpurple/protocols/jabber/jingle/jingle.c

ChangeLog: 

Rearrange includes a bit to be consistent with the other files in the same dir

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/jingle/jingle.c	e4ad6f1e4de430479e06e7bcd22371914fe247c7
+++ libpurple/protocols/jabber/jingle/jingle.c	ad920363885bd9f0c05be5448bfb1f6aff65c578
@@ -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)
 {


More information about the Commits mailing list