<glib/gstdio.h> only exists in glib 2.6 and newer. It was only needed for the

Thu, 31 Dec 2009 14:53:58 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Thu, 31 Dec 2009 14:53:58 +0000
changeset 29171
b0cb325fd8cf
parent 29170
cb77dc0c1d66
child 29172
e7e8532f1efc

<glib/gstdio.h> only exists in glib 2.6 and newer. It was only needed for the
definition of g_unlink() which internal.h handles for us anyway.

libpurple/protocols/mxit/splashscreen.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/mxit/splashscreen.c	Thu Dec 31 05:32:08 2009 +0000
+++ b/libpurple/protocols/mxit/splashscreen.c	Thu Dec 31 14:53:58 2009 +0000
@@ -24,7 +24,6 @@
  */
 
 #include "internal.h"
-#include <glib/gstdio.h>
 
 #include "purple.h"
 #include "imgstore.h"

mercurial