From b5e89581bbab37925786e6a703586022453c91b4 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 30 Oct 2007 08:21:16 +0000 Subject: Additional clean-ups after the glib requirement bumping pointed out by tmz on IRC * libgpod-1.0.pc.in: bump glib requirement there as well * src/Makefile.am: * src/db-parse-context.c: * src/glib-compat.h: * src/itdb_artwork.c: * src/itdb_itunesdb.c: * src/itdb_photoalbum.c: * src/itdb_private.h: * src/ithumb-writer.c: get rid of glib-compat.h since we raised the minimum version to 2.8 git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1749 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- src/db-parse-context.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/db-parse-context.c') diff --git a/src/db-parse-context.c b/src/db-parse-context.c index ceb8313..e4e058a 100644 --- a/src/db-parse-context.c +++ b/src/db-parse-context.c @@ -32,7 +32,6 @@ #include #include -#include "glib-compat.h" #include "db-parse-context.h" #include "db-itunes-parser.h" #include "itdb_endianness.h" -- cgit