Revision: 2340
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2340&view=rev
Author: teuf
Date: 2009-05-02 19:00:14 +0000 (Sat, 02 May 2009)
Log Message:
-----------
Remove includes that do not provide useful symbols.
All of the includes removed by this patch don't provide any useful
symbols when compiled on Kubuntu 8.10.
Modified Paths:
--------------
libgpod/trunk/ChangeLog
libgpod/trunk/src/db-image-parser.c
libgpod/trunk/src/itdb_chapterdata.c
libgpod/trunk/src/itdb_itunesdb.c
libgpod/trunk/src/itdb_track.c
libgpod/trunk/src/ithumb-writer.c
libgpod/trunk/tests/test-fw-id.c
libgpod/trunk/tests/test-photos.c
Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog 2009-05-02 18:59:44 UTC (rev 2339)
+++ libgpod/trunk/ChangeLog 2009-05-02 19:00:14 UTC (rev 2340)
@@ -1,5 +1,17 @@
2009-05-02 Christophe Fergeau <[email protected]>
+ Patch from: Erik Hovland <[email protected]>
+
+ * src/db-image-parser.c:
+ * src/itdb_chapterdata.c:
+ * src/itdb_itunesdb.c:
+ * src/itdb_track.c:
+ * src/ithumb-writer.c:
+ * tests/test-fw-id.c:
+ * tests/test-photos.c: remove unused includes
+
+2009-05-02 Christophe Fergeau <[email protected]>
+
* src/itdb_device.c: add model information for silver shuffle 4G
2009-05-02 Christophe Fergeau <[email protected]>
Modified: libgpod/trunk/src/db-image-parser.c
===================================================================
--- libgpod/trunk/src/db-image-parser.c 2009-05-02 18:59:44 UTC (rev 2339)
+++ libgpod/trunk/src/db-image-parser.c 2009-05-02 19:00:14 UTC (rev 2340)
@@ -31,7 +31,6 @@
#include "itdb_device.h"
#include "itdb_endianness.h"
-#include "db-artwork-parser.h"
#include "db-image-parser.h"
#include <glib/gi18n-lib.h>
Modified: libgpod/trunk/src/itdb_chapterdata.c
===================================================================
--- libgpod/trunk/src/itdb_chapterdata.c 2009-05-02 18:59:44 UTC (rev
2339)
+++ libgpod/trunk/src/itdb_chapterdata.c 2009-05-02 19:00:14 UTC (rev
2340)
@@ -30,8 +30,6 @@
#include <config.h>
#include "itdb_device.h"
-#include "itdb_private.h"
-#include "itdb_endianness.h"
#include <stdio.h>
#include <string.h>
#include <glib/gi18n-lib.h>
Modified: libgpod/trunk/src/itdb_itunesdb.c
===================================================================
--- libgpod/trunk/src/itdb_itunesdb.c 2009-05-02 18:59:44 UTC (rev 2339)
+++ libgpod/trunk/src/itdb_itunesdb.c 2009-05-02 19:00:14 UTC (rev 2340)
@@ -110,7 +110,6 @@
#include "db-artwork-parser.h"
#include "itdb_device.h"
#include "itdb_private.h"
-#include "itdb_sha1.h"
#include <errno.h>
#include <fcntl.h>
Modified: libgpod/trunk/src/itdb_track.c
===================================================================
--- libgpod/trunk/src/itdb_track.c 2009-05-02 18:59:44 UTC (rev 2339)
+++ libgpod/trunk/src/itdb_track.c 2009-05-02 19:00:14 UTC (rev 2340)
@@ -30,7 +30,6 @@
#include "itdb_private.h"
#include "itdb_device.h"
-#include "itdb_thumb.h"
#include <string.h>
/**
Modified: libgpod/trunk/src/ithumb-writer.c
===================================================================
--- libgpod/trunk/src/ithumb-writer.c 2009-05-02 18:59:44 UTC (rev 2339)
+++ libgpod/trunk/src/ithumb-writer.c 2009-05-02 19:00:14 UTC (rev 2340)
@@ -36,7 +36,6 @@
#include "pixmaps.h"
#include <errno.h>
-#include <locale.h>
#include <string.h>
#ifdef HAVE_UNISTD_H
@@ -47,8 +46,6 @@
#include <math.h>
#include <fcntl.h>
-#include <glib/gstdio.h>
-
/* Maximum size for .ithmb files. Reduced from 500 MB to 256 MB after
reports of slow iPod interface behavior */
#define ITHUMB_MAX_SIZE (256L*1000L*1000L)
Modified: libgpod/trunk/tests/test-fw-id.c
===================================================================
--- libgpod/trunk/tests/test-fw-id.c 2009-05-02 18:59:44 UTC (rev 2339)
+++ libgpod/trunk/tests/test-fw-id.c 2009-05-02 19:00:14 UTC (rev 2340)
@@ -34,7 +34,6 @@
#include <glib-object.h>
#include "itdb.h"
-#include "itdb_device.h"
int
main (int argc, char *argv[])
Modified: libgpod/trunk/tests/test-photos.c
===================================================================
--- libgpod/trunk/tests/test-photos.c 2009-05-02 18:59:44 UTC (rev 2339)
+++ libgpod/trunk/tests/test-photos.c 2009-05-02 19:00:14 UTC (rev 2340)
@@ -31,8 +31,6 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <glib/gi18n-lib.h>
-#include "itdb_thumb.h"
-
static void usage (int argc, char **argv)
{
/* gchar *name = argv[0];*/
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations
Conference from O'Reilly Media. Velocity features a full day of
expert-led, hands-on workshops and two days of sessions from industry
leaders in dedicated Performance & Operations tracks. Use code vel09scf
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2