diff options
author | Max Kellermann <max@musicpd.org> | 2017-02-08 08:26:58 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-02-08 08:49:42 +0100 |
commit | 03a97d87ea0b813951348d3cb03f0f82abcca12e (patch) | |
tree | f2ef0435fb067b44eb34860c67ee962ede6f3c4d /src/decoder/plugins/SndfileDecoderPlugin.cxx | |
parent | 8cbf099054d50288075967fc6ccb069640786a50 (diff) |
tag/Tag*: rename several source files
Diffstat (limited to 'src/decoder/plugins/SndfileDecoderPlugin.cxx')
-rw-r--r-- | src/decoder/plugins/SndfileDecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/plugins/SndfileDecoderPlugin.cxx b/src/decoder/plugins/SndfileDecoderPlugin.cxx index 85ede0ec9..297dbe8a6 100644 --- a/src/decoder/plugins/SndfileDecoderPlugin.cxx +++ b/src/decoder/plugins/SndfileDecoderPlugin.cxx @@ -22,7 +22,7 @@ #include "../DecoderAPI.hxx" #include "input/InputStream.hxx" #include "CheckAudioFormat.hxx" -#include "tag/TagHandler.hxx" +#include "tag/Handler.hxx" #include "util/Domain.hxx" #include "Log.hxx" |