diff options
author | Max Kellermann <max@duempel.org> | 2013-09-04 23:46:20 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-04 23:46:20 +0200 |
commit | 5101ef4b028c8f661801f78ba0fe73fab0e80f7f (patch) | |
tree | 5a5b83c5132724ff1793900162eab3b5f648c218 /src/decoder/DsdLib.cxx | |
parent | ee9e238179677ad0168ead6edfe17f798dbf47dc (diff) | |
download | mpd-5101ef4b028c8f661801f78ba0fe73fab0e80f7f.tar.gz mpd-5101ef4b028c8f661801f78ba0fe73fab0e80f7f.tar.xz mpd-5101ef4b028c8f661801f78ba0fe73fab0e80f7f.zip |
Tag*: move libtag.a sources to src/tag/
Diffstat (limited to '')
-rw-r--r-- | src/decoder/DsdLib.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/DsdLib.cxx b/src/decoder/DsdLib.cxx index a9cfc9147..eb3d537b9 100644 --- a/src/decoder/DsdLib.cxx +++ b/src/decoder/DsdLib.cxx @@ -28,7 +28,7 @@ #include "DecoderAPI.hxx" #include "util/bit_reverse.h" #include "TagHandler.hxx" -#include "TagId3.hxx" +#include "tag/TagId3.hxx" #include "util/Error.hxx" #include <unistd.h> |