diff options
author | Max Kellermann <max@musicpd.org> | 2018-09-21 16:56:53 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-09-21 17:01:24 +0200 |
commit | debdf9bb9674968fa047ec4f6c6f5cd417c3d007 (patch) | |
tree | 0d2cb3874f8de707a39d93e887f9d4b4d3dd2376 /src/decoder/DecoderAPI.hxx | |
parent | 218d9383d712809f42d62fde9e9de39b5e955d14 (diff) |
decoder/{Thread,Control,...}: rename source files, drop prefix
Diffstat (limited to 'src/decoder/DecoderAPI.hxx')
-rw-r--r-- | src/decoder/DecoderAPI.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/DecoderAPI.hxx b/src/decoder/DecoderAPI.hxx index 6759d4c58..dc43f64f3 100644 --- a/src/decoder/DecoderAPI.hxx +++ b/src/decoder/DecoderAPI.hxx @@ -32,7 +32,7 @@ #include "check.h" #include "Client.hxx" #include "input/Ptr.hxx" -#include "DecoderCommand.hxx" +#include "Command.hxx" #include "DecoderPlugin.hxx" #include "ReplayGainInfo.hxx" #include "tag/Tag.hxx" |