diff options
| author | Christophe Fergeau <teuf@gnome.org> | 2007-10-01 18:07:55 +0000 |
|---|---|---|
| committer | Christophe Fergeau <teuf@gnome.org> | 2007-10-01 18:07:55 +0000 |
| commit | 4a8831e3e6bbb53a741294fb12aa084a90173846 (patch) | |
| tree | 0b00c3b7573f0b0b4ff2bf56eb5d727f5008dfcb | |
| parent | bab2c25f6d7213ef0a8c3b48247e7551ddbf0296 (diff) | |
| download | libgpod-4a8831e3e6bbb53a741294fb12aa084a90173846.tar.gz libgpod-4a8831e3e6bbb53a741294fb12aa084a90173846.tar.xz libgpod-4a8831e3e6bbb53a741294fb12aa084a90173846.zip | |
* src/itdb_itunesdb.c: get rid of unused headers
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1713 f01d2545-417e-4e96-918e-98f8d0dbbcb6
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | src/itdb_itunesdb.c | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2007-10-01 Christophe Fergeau <teuf@gnome.org> + + * src/itdb_itunesdb.c: get rid of unused headers + 2007-09-26 Jorg Schuler <jcsjcs at users.sourceforge.net> * src/itdb_itunesdb.c (mk_mhit): write extended mhit header for diff --git a/src/itdb_itunesdb.c b/src/itdb_itunesdb.c index 81606d5..debf657 100644 --- a/src/itdb_itunesdb.c +++ b/src/itdb_itunesdb.c @@ -118,8 +118,6 @@ #include <glib/gi18n-lib.h> #include <stdio.h> #include <string.h> -#include <sys/mman.h> -#include <sys/stat.h> #include <sys/statvfs.h> #include <sys/types.h> #include <time.h> |
