diff libpurple/plugins/autoaccept.c @ 29365:2debb45f1df8

propagate from branch 'im.pidgin.pidgin' (head 2a58bda0b6d8c5519ef9e41e5f017343ef2cbac0) to branch 'im.pidgin.pidgin.next.minor' (head ef75f5b709bfa7dff26b3d1186cc436f33e78b81)
author Paul Aurich <paul@darkrain42.org>
date Mon, 15 Feb 2010 22:24:26 +0000
parents 39716f7d2c93
children 5f4329c3eafe
line wrap: on
line diff
--- a/libpurple/plugins/autoaccept.c	Mon Feb 15 19:16:38 2010 +0000
+++ b/libpurple/plugins/autoaccept.c	Mon Feb 15 22:24:26 2010 +0000
@@ -28,13 +28,7 @@
 
 /* System headers */
 #include <glib.h>
-#if GLIB_CHECK_VERSION(2,6,0)
-#	include <glib/gstdio.h>
-#else
-#	include <sys/types.h>
-#	include <sys/stat.h>
-#	define	g_mkdir mkdir
-#endif
+#include <glib/gstdio.h>
 
 /* Purple headers */
 #include <plugin.h>