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 /test | |
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 'test')
-rw-r--r-- | test/DumpDatabase.cxx | 2 | ||||
-rw-r--r-- | test/read_mixer.cxx | 2 | ||||
-rw-r--r-- | test/run_encoder.cxx | 2 | ||||
-rw-r--r-- | test/run_filter.cxx | 2 | ||||
-rw-r--r-- | test/run_output.cxx | 2 | ||||
-rw-r--r-- | test/test_vorbis_encoder.cxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/test/DumpDatabase.cxx b/test/DumpDatabase.cxx index a78a421e1..95c77abbb 100644 --- a/test/DumpDatabase.cxx +++ b/test/DumpDatabase.cxx @@ -27,7 +27,7 @@ #include "db/LightSong.hxx" #include "db/PlaylistVector.hxx" #include "config/ConfigGlobal.hxx" -#include "config/ConfigData.hxx" +#include "config/Param.hxx" #include "tag/TagConfig.hxx" #include "fs/Path.hxx" #include "event/Loop.hxx" diff --git a/test/read_mixer.cxx b/test/read_mixer.cxx index 791816c08..a94462ca3 100644 --- a/test/read_mixer.cxx +++ b/test/read_mixer.cxx @@ -24,7 +24,7 @@ #include "pcm/Volume.hxx" #include "Main.hxx" #include "event/Loop.hxx" -#include "config/ConfigData.hxx" +#include "config/Param.hxx" #include "util/Error.hxx" #include "Log.hxx" diff --git a/test/run_encoder.cxx b/test/run_encoder.cxx index 8d8ec5164..04f0f07df 100644 --- a/test/run_encoder.cxx +++ b/test/run_encoder.cxx @@ -24,7 +24,7 @@ #include "encoder/ToOutputStream.hxx" #include "AudioFormat.hxx" #include "AudioParser.hxx" -#include "config/ConfigData.hxx" +#include "config/Param.hxx" #include "fs/io/StdioOutputStream.hxx" #include "util/Error.hxx" #include "Log.hxx" diff --git a/test/run_filter.cxx b/test/run_filter.cxx index 46357b597..f6a377d82 100644 --- a/test/run_filter.cxx +++ b/test/run_filter.cxx @@ -18,7 +18,7 @@ */ #include "config.h" -#include "config/ConfigData.hxx" +#include "config/Param.hxx" #include "config/ConfigGlobal.hxx" #include "fs/Path.hxx" #include "AudioParser.hxx" diff --git a/test/run_output.cxx b/test/run_output.cxx index de0aae306..2bf7e81d9 100644 --- a/test/run_output.cxx +++ b/test/run_output.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "output/Internal.hxx" #include "output/OutputPlugin.hxx" -#include "config/ConfigData.hxx" +#include "config/Param.hxx" #include "config/ConfigGlobal.hxx" #include "config/ConfigOption.hxx" #include "Idle.hxx" diff --git a/test/test_vorbis_encoder.cxx b/test/test_vorbis_encoder.cxx index ae1b2fdf2..8d3e4bd8a 100644 --- a/test/test_vorbis_encoder.cxx +++ b/test/test_vorbis_encoder.cxx @@ -23,7 +23,7 @@ #include "encoder/EncoderInterface.hxx" #include "encoder/ToOutputStream.hxx" #include "AudioFormat.hxx" -#include "config/ConfigData.hxx" +#include "config/Param.hxx" #include "fs/io/StdioOutputStream.hxx" #include "tag/Tag.hxx" #include "tag/TagBuilder.hxx" |