summaryrefslogtreecommitdiff
path: root/apps/metadata
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata')
-rw-r--r--apps/metadata/asf.c1
-rw-r--r--apps/metadata/metadata_common.c1
-rw-r--r--apps/metadata/mp4.c1
-rw-r--r--apps/metadata/sid.c1
-rw-r--r--apps/metadata/spc.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/apps/metadata/asf.c b/apps/metadata/asf.c
index c4d7aab030..408dcbf436 100644
--- a/apps/metadata/asf.c
+++ b/apps/metadata/asf.c
@@ -21,7 +21,6 @@
21#include <string.h> 21#include <string.h>
22#include <stdlib.h> 22#include <stdlib.h>
23#include <ctype.h> 23#include <ctype.h>
24#include <atoi.h>
25#include <inttypes.h> 24#include <inttypes.h>
26 25
27#include "id3.h" 26#include "id3.h"
diff --git a/apps/metadata/metadata_common.c b/apps/metadata/metadata_common.c
index e3579473f0..95160b1bca 100644
--- a/apps/metadata/metadata_common.c
+++ b/apps/metadata/metadata_common.c
@@ -26,7 +26,6 @@
26#include "id3.h" 26#include "id3.h"
27#include "metadata_common.h" 27#include "metadata_common.h"
28#include "replaygain.h" 28#include "replaygain.h"
29#include "atoi.h"
30 29
31/* Skip an ID3v2 tag if it can be found. We assume the tag is located at the 30/* Skip an ID3v2 tag if it can be found. We assume the tag is located at the
32 * start of the file, which should be true in all cases where we need to skip it. 31 * start of the file, which should be true in all cases where we need to skip it.
diff --git a/apps/metadata/mp4.c b/apps/metadata/mp4.c
index 31c9509b94..eb44a2d889 100644
--- a/apps/metadata/mp4.c
+++ b/apps/metadata/mp4.c
@@ -29,7 +29,6 @@
29#include "logf.h" 29#include "logf.h"
30#include "debug.h" 30#include "debug.h"
31#include "replaygain.h" 31#include "replaygain.h"
32#include "atoi.h"
33 32
34#define MP4_ID(a, b, c, d) (((a) << 24) | ((b) << 16) | ((c) << 8) | (d)) 33#define MP4_ID(a, b, c, d) (((a) << 24) | ((b) << 16) | ((c) << 8) | (d))
35 34
diff --git a/apps/metadata/sid.c b/apps/metadata/sid.c
index 0dff5f6268..566cd6f2be 100644
--- a/apps/metadata/sid.c
+++ b/apps/metadata/sid.c
@@ -25,7 +25,6 @@
25#include "system.h" 25#include "system.h"
26#include "id3.h" 26#include "id3.h"
27#include "metadata_common.h" 27#include "metadata_common.h"
28#include "atoi.h"
29#include "rbunicode.h" 28#include "rbunicode.h"
30 29
31/* PSID metadata info is available here: 30/* PSID metadata info is available here:
diff --git a/apps/metadata/spc.c b/apps/metadata/spc.c
index 8d85518714..144ac97b7a 100644
--- a/apps/metadata/spc.c
+++ b/apps/metadata/spc.c
@@ -26,7 +26,6 @@
26#include "id3.h" 26#include "id3.h"
27#include "metadata_common.h" 27#include "metadata_common.h"
28#include "debug.h" 28#include "debug.h"
29#include "atoi.h"
30#include "rbunicode.h" 29#include "rbunicode.h"
31 30
32bool get_spc_metadata(int fd, struct mp3entry* id3) 31bool get_spc_metadata(int fd, struct mp3entry* id3)