diff libpurple/plugins/autoaccept.c @ 29122:a4e4d27fb810

propagate from branch 'im.pidgin.pidgin' (head 2ac9ba8bc7ccc501db6f24fdfe06025a3957852a) to branch 'im.pidgin.pidgin.next.minor' (head 4d360c89b5e0ebc5fd48382f6a6fbe5110c0c475)
author John Bailey <rekkanoryo@rekkanoryo.org>
date Mon, 12 Oct 2009 05:08:37 +0000
parents 39716f7d2c93
children 5f4329c3eafe
line wrap: on
line diff
--- a/libpurple/plugins/autoaccept.c	Mon Oct 12 05:08:17 2009 +0000
+++ b/libpurple/plugins/autoaccept.c	Mon Oct 12 05:08:37 2009 +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>