diff libpurple/plugins/autoaccept.c @ 29476:39716f7d2c93

Kill off unneeded GLIB_CHECK_VERSION checks in libpurple. Refs #10024.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 22 Aug 2009 21:47:20 +0000
parents 4b8c4870b13a
children 5f4329c3eafe
line wrap: on
line diff
--- a/libpurple/plugins/autoaccept.c	Sat Aug 22 18:54:15 2009 +0000
+++ b/libpurple/plugins/autoaccept.c	Sat Aug 22 21:47:20 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>