diff options
author | Max Kellermann <max@duempel.org> | 2013-09-05 18:22:02 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-05 18:26:56 +0200 |
commit | 3f267b1795d68e660af9ec1678909a6102102d7d (patch) | |
tree | df4269532c85eab2f74fa31a1b1b400e32113dbd /src/decoder/SndfileDecoderPlugin.cxx | |
parent | 7a4c9f5f4c38b568a51ec13988f5fcfbbe278afa (diff) |
Tag, ...: move to libtag.a
Diffstat (limited to 'src/decoder/SndfileDecoderPlugin.cxx')
-rw-r--r-- | src/decoder/SndfileDecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/SndfileDecoderPlugin.cxx b/src/decoder/SndfileDecoderPlugin.cxx index f61e7c2c2..252e88df5 100644 --- a/src/decoder/SndfileDecoderPlugin.cxx +++ b/src/decoder/SndfileDecoderPlugin.cxx @@ -22,7 +22,7 @@ #include "DecoderAPI.hxx" #include "InputStream.hxx" #include "CheckAudioFormat.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include "util/Error.hxx" #include <sndfile.h> |