aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderThread.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-04 23:46:20 +0200
committerMax Kellermann <max@duempel.org>2013-09-04 23:46:20 +0200
commit5101ef4b028c8f661801f78ba0fe73fab0e80f7f (patch)
tree5a5b83c5132724ff1793900162eab3b5f648c218 /src/DecoderThread.cxx
parentee9e238179677ad0168ead6edfe17f798dbf47dc (diff)
downloadmpd-5101ef4b028c8f661801f78ba0fe73fab0e80f7f.tar.gz
mpd-5101ef4b028c8f661801f78ba0fe73fab0e80f7f.tar.xz
mpd-5101ef4b028c8f661801f78ba0fe73fab0e80f7f.zip
Tag*: move libtag.a sources to src/tag/
Diffstat (limited to 'src/DecoderThread.cxx')
-rw-r--r--src/DecoderThread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DecoderThread.cxx b/src/DecoderThread.cxx
index 5a44f0453..eb463973e 100644
--- a/src/DecoderThread.cxx
+++ b/src/DecoderThread.cxx
@@ -33,7 +33,7 @@
#include "DecoderList.hxx"
#include "util/UriUtil.hxx"
#include "util/Error.hxx"
-#include "ApeReplayGain.hxx"
+#include "tag/ApeReplayGain.hxx"
#include <glib.h>