summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-07-16 19:50:07 +0200
committerMax Kellermann <max@musicpd.org>2018-07-16 19:50:07 +0200
commit816603fd9a3cdc78ce27379a733160b7677ced69 (patch)
tree64ca5529be1090738819b93fe1cf4e7e7a044c6e /test
parentbf5f12a51f6ea275582f31835ebe894ee0454bc9 (diff)
config/Config*: rename files, drop "Config" prefix
Diffstat (limited to 'test')
-rw-r--r--test/DumpDatabase.cxx2
-rw-r--r--test/dump_playlist.cxx2
-rw-r--r--test/dump_rva2.cxx2
-rw-r--r--test/dump_text_file.cxx2
-rw-r--r--test/read_conf.cxx2
-rw-r--r--test/run_decoder.cxx2
-rw-r--r--test/run_filter.cxx2
-rw-r--r--test/run_input.cxx2
-rw-r--r--test/run_neighbor_explorer.cxx2
-rw-r--r--test/run_output.cxx4
-rw-r--r--test/visit_archive.cxx2
11 files changed, 12 insertions, 12 deletions
diff --git a/test/DumpDatabase.cxx b/test/DumpDatabase.cxx
index fbe300d9f..43e45e184 100644
--- a/test/DumpDatabase.cxx
+++ b/test/DumpDatabase.cxx
@@ -26,7 +26,7 @@
#include "db/LightDirectory.hxx"
#include "db/LightSong.hxx"
#include "db/PlaylistVector.hxx"
-#include "config/ConfigGlobal.hxx"
+#include "config/Global.hxx"
#include "config/Param.hxx"
#include "config/Block.hxx"
#include "tag/Config.hxx"
diff --git a/test/dump_playlist.cxx b/test/dump_playlist.cxx
index cfafcfad0..06d1dac54 100644
--- a/test/dump_playlist.cxx
+++ b/test/dump_playlist.cxx
@@ -22,7 +22,7 @@
#include "DetachedSong.hxx"
#include "playlist/SongEnumerator.hxx"
#include "input/InputStream.hxx"
-#include "config/ConfigGlobal.hxx"
+#include "config/Global.hxx"
#include "decoder/DecoderList.hxx"
#include "input/Init.hxx"
#include "event/Thread.hxx"
diff --git a/test/dump_rva2.cxx b/test/dump_rva2.cxx
index 68beec9b4..1cb821fbf 100644
--- a/test/dump_rva2.cxx
+++ b/test/dump_rva2.cxx
@@ -21,7 +21,7 @@
#include "tag/Id3Load.hxx"
#include "tag/Rva2.hxx"
#include "ReplayGainInfo.hxx"
-#include "config/ConfigGlobal.hxx"
+#include "config/Global.hxx"
#include "thread/Mutex.hxx"
#include "fs/Path.hxx"
#include "input/InputStream.hxx"
diff --git a/test/dump_text_file.cxx b/test/dump_text_file.cxx
index 24962b836..955e82cc6 100644
--- a/test/dump_text_file.cxx
+++ b/test/dump_text_file.cxx
@@ -22,7 +22,7 @@
#include "input/Init.hxx"
#include "input/InputStream.hxx"
#include "input/TextInputStream.hxx"
-#include "config/ConfigGlobal.hxx"
+#include "config/Global.hxx"
#include "Log.hxx"
#ifdef ENABLE_ARCHIVE
diff --git a/test/read_conf.cxx b/test/read_conf.cxx
index f37f9126c..b8925f17c 100644
--- a/test/read_conf.cxx
+++ b/test/read_conf.cxx
@@ -18,7 +18,7 @@
*/
#include "config.h"
-#include "config/ConfigGlobal.hxx"
+#include "config/Global.hxx"
#include "fs/Path.hxx"
#include "Log.hxx"
diff --git a/test/run_decoder.cxx b/test/run_decoder.cxx
index 701d9e7c1..d4e3aef44 100644
--- a/test/run_decoder.cxx
+++ b/test/run_decoder.cxx
@@ -18,7 +18,7 @@
*/
#include "config.h"
-#include "config/ConfigGlobal.hxx"
+#include "config/Global.hxx"
#include "event/Thread.hxx"
#include "decoder/DecoderList.hxx"
#include "decoder/DecoderPlugin.hxx"
diff --git a/test/run_filter.cxx b/test/run_filter.cxx
index a4440854a..d81342069 100644
--- a/test/run_filter.cxx
+++ b/test/run_filter.cxx
@@ -19,7 +19,7 @@
#include "config.h"
#include "config/Param.hxx"
-#include "config/ConfigGlobal.hxx"
+#include "config/Global.hxx"
#include "fs/Path.hxx"
#include "AudioParser.hxx"
#include "AudioFormat.hxx"
diff --git a/test/run_input.cxx b/test/run_input.cxx
index d255a76b7..dc3fa1063 100644
--- a/test/run_input.cxx
+++ b/test/run_input.cxx
@@ -20,7 +20,7 @@
#include "config.h"
#include "TagSave.hxx"
#include "tag/Tag.hxx"
-#include "config/ConfigGlobal.hxx"
+#include "config/Global.hxx"
#include "input/InputStream.hxx"
#include "input/Init.hxx"
#include "input/Registry.hxx"
diff --git a/test/run_neighbor_explorer.cxx b/test/run_neighbor_explorer.cxx
index 4505f0e74..3184cdc91 100644
--- a/test/run_neighbor_explorer.cxx
+++ b/test/run_neighbor_explorer.cxx
@@ -18,7 +18,7 @@
*/
#include "config.h"
-#include "config/ConfigGlobal.hxx"
+#include "config/Global.hxx"
#include "neighbor/Listener.hxx"
#include "neighbor/Info.hxx"
#include "neighbor/Glue.hxx"
diff --git a/test/run_output.cxx b/test/run_output.cxx
index 74bfc7aab..8437eefa8 100644
--- a/test/run_output.cxx
+++ b/test/run_output.cxx
@@ -22,8 +22,8 @@
#include "output/Registry.hxx"
#include "output/OutputPlugin.hxx"
#include "config/Param.hxx"
-#include "config/ConfigGlobal.hxx"
-#include "config/ConfigOption.hxx"
+#include "config/Global.hxx"
+#include "config/Option.hxx"
#include "config/Block.hxx"
#include "event/Thread.hxx"
#include "fs/Path.hxx"
diff --git a/test/visit_archive.cxx b/test/visit_archive.cxx
index 5bb02a02e..c8a87e27a 100644
--- a/test/visit_archive.cxx
+++ b/test/visit_archive.cxx
@@ -19,7 +19,7 @@
#include "config.h"
#include "tag/Tag.hxx"
-#include "config/ConfigGlobal.hxx"
+#include "config/Global.hxx"
#include "event/Thread.hxx"
#include "input/Init.hxx"
#include "archive/ArchiveList.hxx"