diff options
author | Max Kellermann <max@duempel.org> | 2015-01-21 21:14:25 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-21 21:23:02 +0100 |
commit | fe85fa3bea023df887811d4dc28dc51b7894525a (patch) | |
tree | f279de257c0b447c78fa5f11c152639dfb7182e1 /src/decoder | |
parent | 76b7882f3324bb892a9ccc874e1bdacfd72e7b98 (diff) | |
download | mpd-fe85fa3bea023df887811d4dc28dc51b7894525a.tar.gz mpd-fe85fa3bea023df887811d4dc28dc51b7894525a.tar.xz mpd-fe85fa3bea023df887811d4dc28dc51b7894525a.zip |
ConfigData: move struct config_param to Param.hxx
Diffstat (limited to 'src/decoder')
-rw-r--r-- | src/decoder/DecoderAPI.hxx | 2 | ||||
-rw-r--r-- | src/decoder/DecoderList.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/DecoderAPI.hxx b/src/decoder/DecoderAPI.hxx index ac7d254f7..12e464801 100644 --- a/src/decoder/DecoderAPI.hxx +++ b/src/decoder/DecoderAPI.hxx @@ -36,7 +36,7 @@ #include "tag/Tag.hxx" #include "AudioFormat.hxx" #include "MixRampInfo.hxx" -#include "config/ConfigData.hxx" +#include "config/Param.hxx" #include "Chrono.hxx" // IWYU pragma: end_exports diff --git a/src/decoder/DecoderList.cxx b/src/decoder/DecoderList.cxx index d49634797..c5b8ff5fb 100644 --- a/src/decoder/DecoderList.cxx +++ b/src/decoder/DecoderList.cxx @@ -21,7 +21,7 @@ #include "DecoderList.hxx" #include "DecoderPlugin.hxx" #include "config/ConfigGlobal.hxx" -#include "config/ConfigData.hxx" +#include "config/Param.hxx" #include "plugins/AudiofileDecoderPlugin.hxx" #include "plugins/PcmDecoderPlugin.hxx" #include "plugins/DsdiffDecoderPlugin.hxx" |