diff options
Diffstat (limited to 'storage_xml.c')
-rw-r--r-- | storage_xml.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/storage_xml.c b/storage_xml.c index 0525fef5..566d0021 100644 --- a/storage_xml.c +++ b/storage_xml.c @@ -29,13 +29,7 @@ #include "arc.h" #include "md5.h" -#if GLIB_CHECK_VERSION(2,8,0) #include <glib/gstdio.h> -#else -/* GLib < 2.8.0 doesn't have g_access, so just use the system access(). */ -#include <unistd.h> -#define g_access access -#endif typedef enum { |