diff options
author | Max Kellermann <max@musicpd.org> | 2018-07-16 19:50:07 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-07-16 19:50:07 +0200 |
commit | 816603fd9a3cdc78ce27379a733160b7677ced69 (patch) | |
tree | 64ca5529be1090738819b93fe1cf4e7e7a044c6e /src/decoder/plugins | |
parent | bf5f12a51f6ea275582f31835ebe894ee0454bc9 (diff) |
config/Config*: rename files, drop "Config" prefix
Diffstat (limited to 'src/decoder/plugins')
-rw-r--r-- | src/decoder/plugins/MadDecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/plugins/MadDecoderPlugin.cxx b/src/decoder/plugins/MadDecoderPlugin.cxx index baec7374f..65c840424 100644 --- a/src/decoder/plugins/MadDecoderPlugin.cxx +++ b/src/decoder/plugins/MadDecoderPlugin.cxx @@ -21,7 +21,7 @@ #include "MadDecoderPlugin.hxx" #include "../DecoderAPI.hxx" #include "input/InputStream.hxx" -#include "config/ConfigGlobal.hxx" +#include "config/Global.hxx" #include "tag/Id3Scan.hxx" #include "tag/Rva2.hxx" #include "tag/Handler.hxx" |