aboutsummaryrefslogtreecommitdiff
path: root/src/tag.h
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2006-07-16 17:49:15 +0000
committerAvuton Olrich <avuton@gmail.com>2006-07-16 17:49:15 +0000
commit2001db8c18bcd949f189f324f297a0204515be07 (patch)
tree87da92edee5ba8f5c2cf7028fc88b6317ebed6bd /src/tag.h
parent939b40c45cce142e3e1127678088f5ded5ec3582 (diff)
Remove hosted libid3tag & libmad
git-svn-id: https://svn.musicpd.org/mpd/trunk@4369 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tag.h b/src/tag.h
index 4ee16ded..1b76e7cb 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -27,12 +27,8 @@
#include <stdio.h>
#ifdef HAVE_ID3TAG
-#ifdef USE_MPD_ID3TAG
-#include "libid3tag/id3tag.h"
-#else
#include <id3tag.h>
#endif
-#endif
#define TAG_ITEM_ARTIST 0
#define TAG_ITEM_ALBUM 1