aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2006-09-11 23:45:25 +0000
committerEric Wong <normalperson@yhbt.net>2006-09-11 23:45:25 +0000
commitca84702d8dcbbe2199ed9e1440780ec6d437e0eb (patch)
treea3a375473dc00d08ed858a02ccc80b129cf38ce8 /src
parenta077a38a8545add1e7a251e6884a399055ebff18 (diff)
tag.c: remove unnecessary #includes
git-svn-id: https://svn.musicpd.org/mpd/trunk@4762 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src')
-rw-r--r--src/tag.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/tag.c b/src/tag.c
index 697efbcb..276aeebe 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -35,13 +35,6 @@
#include <stdio.h>
#include <assert.h>
#include <errno.h>
-#ifdef HAVE_OGGVORBIS
-#include <vorbis/vorbisfile.h>
-#endif
-#ifdef HAVE_FLAC
-#include <FLAC/file_decoder.h>
-#include <FLAC/metadata.h>
-#endif
#ifdef HAVE_ID3TAG
# define isId3v1(tag) (id3_tag_options(tag, 0, 0) & ID3_TAG_OPTION_ID3V1)