Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
816603fd
Commit
816603fd
authored
Jul 16, 2018
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config/Config*: rename files, drop "Config" prefix
parent
bf5f12a5
Hide whitespace changes
Inline
Side-by-side
Showing
65 changed files
with
98 additions
and
98 deletions
+98
-98
Makefile.am
Makefile.am
+8
-8
CommandLine.cxx
src/CommandLine.cxx
+1
-1
Listen.cxx
src/Listen.cxx
+2
-2
LogInit.cxx
src/LogInit.cxx
+2
-2
Main.cxx
src/Main.cxx
+4
-4
Permission.cxx
src/Permission.cxx
+2
-2
PlaylistFile.cxx
src/PlaylistFile.cxx
+3
-3
ReplayGainGlobal.cxx
src/ReplayGainGlobal.cxx
+1
-1
ClientGlobal.cxx
src/client/ClientGlobal.cxx
+1
-1
Block.cxx
src/config/Block.cxx
+2
-2
Data.hxx
src/config/Data.hxx
+1
-1
Defaults.hxx
src/config/Defaults.hxx
+0
-0
Domain.cxx
src/config/Domain.cxx
+1
-1
Domain.hxx
src/config/Domain.hxx
+2
-2
File.cxx
src/config/File.cxx
+2
-2
File.hxx
src/config/File.hxx
+0
-0
Global.cxx
src/config/Global.cxx
+5
-5
Global.hxx
src/config/Global.hxx
+1
-1
Option.hxx
src/config/Option.hxx
+0
-0
Param.cxx
src/config/Param.cxx
+1
-1
Parser.cxx
src/config/Parser.cxx
+1
-1
Parser.hxx
src/config/Parser.hxx
+0
-0
Path.cxx
src/config/Path.cxx
+2
-2
Path.hxx
src/config/Path.hxx
+0
-0
Templates.cxx
src/config/Templates.cxx
+2
-2
Templates.hxx
src/config/Templates.hxx
+0
-0
Configured.cxx
src/db/Configured.cxx
+1
-1
Walk.cxx
src/db/update/Walk.cxx
+2
-2
DecoderList.cxx
src/decoder/DecoderList.cxx
+1
-1
MadDecoderPlugin.cxx
src/decoder/plugins/MadDecoderPlugin.cxx
+1
-1
FlacEncoderPlugin.cxx
src/encoder/plugins/FlacEncoderPlugin.cxx
+1
-1
LameEncoderPlugin.cxx
src/encoder/plugins/LameEncoderPlugin.cxx
+1
-1
OpusEncoderPlugin.cxx
src/encoder/plugins/OpusEncoderPlugin.cxx
+1
-1
ShineEncoderPlugin.cxx
src/encoder/plugins/ShineEncoderPlugin.cxx
+1
-1
TwolameEncoderPlugin.cxx
src/encoder/plugins/TwolameEncoderPlugin.cxx
+1
-1
VorbisEncoderPlugin.cxx
src/encoder/plugins/VorbisEncoderPlugin.cxx
+1
-1
LoadChain.cxx
src/filter/LoadChain.cxx
+3
-3
RouteFilterPlugin.cxx
src/filter/plugins/RouteFilterPlugin.cxx
+1
-1
CheckFile.cxx
src/fs/CheckFile.cxx
+1
-1
Config.cxx
src/fs/Config.cxx
+1
-1
Init.cxx
src/input/Init.cxx
+2
-2
CdioParanoiaInputPlugin.cxx
src/input/plugins/CdioParanoiaInputPlugin.cxx
+1
-1
CurlInputPlugin.cxx
src/input/plugins/CurlInputPlugin.cxx
+1
-1
Glue.cxx
src/neighbor/Glue.cxx
+2
-2
Init.cxx
src/output/Init.cxx
+2
-2
MultipleOutputs.cxx
src/output/MultipleOutputs.cxx
+2
-2
JackOutputPlugin.cxx
src/output/plugins/JackOutputPlugin.cxx
+1
-1
RecorderOutputPlugin.cxx
src/output/plugins/RecorderOutputPlugin.cxx
+2
-2
ConfiguredResampler.cxx
src/pcm/ConfiguredResampler.cxx
+3
-3
PlaylistRegistry.cxx
src/playlist/PlaylistRegistry.cxx
+1
-1
PlaylistState.cxx
src/queue/PlaylistState.cxx
+2
-2
Configured.cxx
src/storage/Configured.cxx
+2
-2
Config.cxx
src/tag/Config.cxx
+2
-2
ZeroconfGlue.cxx
src/zeroconf/ZeroconfGlue.cxx
+2
-2
DumpDatabase.cxx
test/DumpDatabase.cxx
+1
-1
dump_playlist.cxx
test/dump_playlist.cxx
+1
-1
dump_rva2.cxx
test/dump_rva2.cxx
+1
-1
dump_text_file.cxx
test/dump_text_file.cxx
+1
-1
read_conf.cxx
test/read_conf.cxx
+1
-1
run_decoder.cxx
test/run_decoder.cxx
+1
-1
run_filter.cxx
test/run_filter.cxx
+1
-1
run_input.cxx
test/run_input.cxx
+1
-1
run_neighbor_explorer.cxx
test/run_neighbor_explorer.cxx
+1
-1
run_output.cxx
test/run_output.cxx
+2
-2
visit_archive.cxx
test/visit_archive.cxx
+1
-1
No files found.
Makefile.am
View file @
816603fd
...
...
@@ -1000,17 +1000,17 @@ libbasic_a_SOURCES = \
# configuration library
libconf_a_SOURCES
=
\
src/config/
Config
Defaults.hxx
\
src/config/
ConfigPath.cxx src/config/Config
Path.hxx
\
src/config/Defaults.hxx
\
src/config/
Path.cxx src/config/
Path.hxx
\
src/config/Data.cxx src/config/Data.hxx
\
src/config/Block.cxx src/config/Block.hxx
\
src/config/Param.cxx src/config/Param.hxx
\
src/config/
ConfigParser.cxx src/config/Config
Parser.hxx
\
src/config/
ConfigGlobal.cxx src/config/Config
Global.hxx
\
src/config/
ConfigFile.cxx src/config/Config
File.hxx
\
src/config/
ConfigTemplates.cxx src/config/Config
Templates.hxx
\
src/config/
ConfigError.cxx src/config/ConfigError
.hxx
\
src/config/
Config
Option.hxx
src/config/
Parser.cxx src/config/
Parser.hxx
\
src/config/
Global.cxx src/config/
Global.hxx
\
src/config/
File.cxx src/config/
File.hxx
\
src/config/
Templates.cxx src/config/
Templates.hxx
\
src/config/
Domain.cxx src/config/Domain
.hxx
\
src/config/Option.hxx
# tag plugins
...
...
src/CommandLine.cxx
View file @
816603fd
...
...
@@ -22,7 +22,7 @@
#include "ls.hxx"
#include "LogInit.hxx"
#include "Log.hxx"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
#include "decoder/DecoderList.hxx"
#include "decoder/DecoderPlugin.hxx"
#include "output/Registry.hxx"
...
...
src/Listen.cxx
View file @
816603fd
...
...
@@ -21,8 +21,8 @@
#include "Listen.hxx"
#include "client/Listener.hxx"
#include "config/Param.hxx"
#include "config/
Config
Global.hxx"
#include "config/
Config
Option.hxx"
#include "config/Global.hxx"
#include "config/Option.hxx"
#include "system/Error.hxx"
#include "util/RuntimeError.hxx"
#include "fs/AllocatedPath.hxx"
...
...
src/LogInit.cxx
View file @
816603fd
...
...
@@ -22,8 +22,8 @@
#include "LogBackend.hxx"
#include "Log.hxx"
#include "config/Param.hxx"
#include "config/
Config
Global.hxx"
#include "config/
Config
Option.hxx"
#include "config/Global.hxx"
#include "config/Option.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/FileSystem.hxx"
#include "util/Domain.hxx"
...
...
src/Main.cxx
View file @
816603fd
...
...
@@ -52,11 +52,11 @@
#include "thread/Slack.hxx"
#include "net/Init.hxx"
#include "lib/icu/Init.hxx"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
#include "config/Param.hxx"
#include "config/
Config
Defaults.hxx"
#include "config/
Config
Option.hxx"
#include "config/
ConfigError
.hxx"
#include "config/Defaults.hxx"
#include "config/Option.hxx"
#include "config/
Domain
.hxx"
#include "util/RuntimeError.hxx"
#ifdef ENABLE_DAEMON
...
...
src/Permission.cxx
View file @
816603fd
...
...
@@ -20,8 +20,8 @@
#include "config.h"
#include "Permission.hxx"
#include "config/Param.hxx"
#include "config/
Config
Global.hxx"
#include "config/
Config
Option.hxx"
#include "config/Global.hxx"
#include "config/Option.hxx"
#include "util/RuntimeError.hxx"
#include <algorithm>
...
...
src/PlaylistFile.cxx
View file @
816603fd
...
...
@@ -29,9 +29,9 @@
#include "fs/io/TextFile.hxx"
#include "fs/io/FileOutputStream.hxx"
#include "fs/io/BufferedOutputStream.hxx"
#include "config/
Config
Global.hxx"
#include "config/
Config
Option.hxx"
#include "config/
Config
Defaults.hxx"
#include "config/Global.hxx"
#include "config/Option.hxx"
#include "config/Defaults.hxx"
#include "Idle.hxx"
#include "fs/Limits.hxx"
#include "fs/AllocatedPath.hxx"
...
...
src/ReplayGainGlobal.cxx
View file @
816603fd
...
...
@@ -21,7 +21,7 @@
#include "ReplayGainGlobal.hxx"
#include "ReplayGainConfig.hxx"
#include "config/Param.hxx"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
#include "util/RuntimeError.hxx"
#include <assert.h>
...
...
src/client/ClientGlobal.cxx
View file @
816603fd
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "ClientInternal.hxx"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
#define CLIENT_TIMEOUT_DEFAULT (60)
#define CLIENT_MAX_COMMAND_LIST_DEFAULT (2048*1024)
...
...
src/config/Block.cxx
View file @
816603fd
...
...
@@ -19,8 +19,8 @@
#include "config.h"
#include "Block.hxx"
#include "
Config
Parser.hxx"
#include "
Config
Path.hxx"
#include "Parser.hxx"
#include "Path.hxx"
#include "system/FatalError.hxx"
#include "fs/AllocatedPath.hxx"
#include "util/RuntimeError.hxx"
...
...
src/config/Data.hxx
View file @
816603fd
...
...
@@ -20,7 +20,7 @@
#ifndef MPD_CONFIG_DATA_HXX
#define MPD_CONFIG_DATA_HXX
#include "
Config
Option.hxx"
#include "Option.hxx"
#include <array>
...
...
src/config/
Config
Defaults.hxx
→
src/config/Defaults.hxx
View file @
816603fd
File moved
src/config/
ConfigError
.cxx
→
src/config/
Domain
.cxx
View file @
816603fd
...
...
@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "
ConfigError
.hxx"
#include "
Domain
.hxx"
#include "util/Domain.hxx"
const
Domain
config_domain
(
"config"
);
src/config/
ConfigError
.hxx
→
src/config/
Domain
.hxx
View file @
816603fd
...
...
@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef MPD_CONFIG_
ERROR
_HXX
#define MPD_CONFIG_
ERROR
_HXX
#ifndef MPD_CONFIG_
DOMAIN
_HXX
#define MPD_CONFIG_
DOMAIN
_HXX
extern
const
class
Domain
config_domain
;
...
...
src/config/
Config
File.cxx
→
src/config/File.cxx
View file @
816603fd
...
...
@@ -18,11 +18,11 @@
*/
#include "config.h"
#include "
Config
File.hxx"
#include "File.hxx"
#include "Data.hxx"
#include "Param.hxx"
#include "Block.hxx"
#include "
Config
Templates.hxx"
#include "Templates.hxx"
#include "util/Tokenizer.hxx"
#include "util/StringStrip.hxx"
#include "util/Domain.hxx"
...
...
src/config/
Config
File.hxx
→
src/config/File.hxx
View file @
816603fd
File moved
src/config/
Config
Global.cxx
→
src/config/Global.cxx
View file @
816603fd
...
...
@@ -18,14 +18,14 @@
*/
#include "config.h"
#include "
Config
Global.hxx"
#include "
Config
Parser.hxx"
#include "Global.hxx"
#include "Parser.hxx"
#include "Data.hxx"
#include "Param.hxx"
#include "Block.hxx"
#include "
Config
File.hxx"
#include "
Config
Path.hxx"
#include "
ConfigError
.hxx"
#include "File.hxx"
#include "Path.hxx"
#include "
Domain
.hxx"
#include "fs/Path.hxx"
#include "fs/AllocatedPath.hxx"
#include "system/FatalError.hxx"
...
...
src/config/
Config
Global.hxx
→
src/config/Global.hxx
View file @
816603fd
...
...
@@ -20,7 +20,7 @@
#ifndef MPD_CONFIG_GLOBAL_HXX
#define MPD_CONFIG_GLOBAL_HXX
#include "
Config
Option.hxx"
#include "Option.hxx"
#include "Compiler.h"
#include <chrono>
...
...
src/config/
Config
Option.hxx
→
src/config/Option.hxx
View file @
816603fd
File moved
src/config/Param.cxx
View file @
816603fd
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "Param.hxx"
#include "
Config
Path.hxx"
#include "Path.hxx"
#include "fs/AllocatedPath.hxx"
#include "util/RuntimeError.hxx"
...
...
src/config/
Config
Parser.cxx
→
src/config/Parser.cxx
View file @
816603fd
...
...
@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "
Config
Parser.hxx"
#include "Parser.hxx"
#include "util/StringUtil.hxx"
bool
...
...
src/config/
Config
Parser.hxx
→
src/config/Parser.hxx
View file @
816603fd
File moved
src/config/
Config
Path.cxx
→
src/config/Path.cxx
View file @
816603fd
...
...
@@ -18,13 +18,13 @@
*/
#include "config.h"
#include "ConfigPath.hxx"
#include "Path.hxx"
#include "Global.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/Traits.hxx"
#include "fs/Domain.hxx"
#include "fs/StandardDirectory.hxx"
#include "util/RuntimeError.hxx"
#include "ConfigGlobal.hxx"
#include <assert.h>
#include <string.h>
...
...
src/config/
Config
Path.hxx
→
src/config/Path.hxx
View file @
816603fd
File moved
src/config/
Config
Templates.cxx
→
src/config/Templates.cxx
View file @
816603fd
...
...
@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "
Config
Templates.hxx"
#include "
Config
Option.hxx"
#include "Templates.hxx"
#include "Option.hxx"
#include "util/Macros.hxx"
#include <string.h>
...
...
src/config/
Config
Templates.hxx
→
src/config/Templates.hxx
View file @
816603fd
File moved
src/db/Configured.cxx
View file @
816603fd
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "Configured.hxx"
#include "DatabaseGlue.hxx"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
#include "config/Param.hxx"
#include "config/Block.hxx"
#include "fs/AllocatedPath.hxx"
...
...
src/db/update/Walk.cxx
View file @
816603fd
...
...
@@ -30,8 +30,8 @@
#include "storage/StorageInterface.hxx"
#include "playlist/PlaylistRegistry.hxx"
#include "ExcludeList.hxx"
#include "config/
Config
Global.hxx"
#include "config/
Config
Option.hxx"
#include "config/Global.hxx"
#include "config/Option.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/Traits.hxx"
#include "fs/FileSystem.hxx"
...
...
src/decoder/DecoderList.cxx
View file @
816603fd
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "DecoderList.hxx"
#include "DecoderPlugin.hxx"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
#include "config/Block.hxx"
#include "plugins/AudiofileDecoderPlugin.hxx"
#include "plugins/PcmDecoderPlugin.hxx"
...
...
src/decoder/plugins/MadDecoderPlugin.cxx
View file @
816603fd
...
...
@@ -21,7 +21,7 @@
#include "MadDecoderPlugin.hxx"
#include "../DecoderAPI.hxx"
#include "input/InputStream.hxx"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
#include "tag/Id3Scan.hxx"
#include "tag/Rva2.hxx"
#include "tag/Handler.hxx"
...
...
src/encoder/plugins/FlacEncoderPlugin.cxx
View file @
816603fd
...
...
@@ -22,7 +22,7 @@
#include "../EncoderAPI.hxx"
#include "AudioFormat.hxx"
#include "pcm/PcmBuffer.hxx"
#include "config/
ConfigError
.hxx"
#include "config/
Domain
.hxx"
#include "util/DynamicFifoBuffer.hxx"
#include "util/RuntimeError.hxx"
...
...
src/encoder/plugins/LameEncoderPlugin.cxx
View file @
816603fd
...
...
@@ -21,7 +21,7 @@
#include "LameEncoderPlugin.hxx"
#include "../EncoderAPI.hxx"
#include "AudioFormat.hxx"
#include "config/
ConfigError
.hxx"
#include "config/
Domain
.hxx"
#include "util/NumberParser.hxx"
#include "util/ReusableArray.hxx"
#include "util/RuntimeError.hxx"
...
...
src/encoder/plugins/OpusEncoderPlugin.cxx
View file @
816603fd
...
...
@@ -21,7 +21,7 @@
#include "OpusEncoderPlugin.hxx"
#include "OggEncoder.hxx"
#include "AudioFormat.hxx"
#include "config/
ConfigError
.hxx"
#include "config/
Domain
.hxx"
#include "util/Alloc.hxx"
#include "system/ByteOrder.hxx"
#include "util/StringUtil.hxx"
...
...
src/encoder/plugins/ShineEncoderPlugin.cxx
View file @
816603fd
...
...
@@ -21,7 +21,7 @@
#include "config.h"
#include "../EncoderAPI.hxx"
#include "AudioFormat.hxx"
#include "config/
ConfigError
.hxx"
#include "config/
Domain
.hxx"
#include "util/DynamicFifoBuffer.hxx"
#include "util/RuntimeError.hxx"
...
...
src/encoder/plugins/TwolameEncoderPlugin.cxx
View file @
816603fd
...
...
@@ -21,7 +21,7 @@
#include "TwolameEncoderPlugin.hxx"
#include "../EncoderAPI.hxx"
#include "AudioFormat.hxx"
#include "config/
ConfigError
.hxx"
#include "config/
Domain
.hxx"
#include "util/NumberParser.hxx"
#include "util/RuntimeError.hxx"
#include "util/Domain.hxx"
...
...
src/encoder/plugins/VorbisEncoderPlugin.cxx
View file @
816603fd
...
...
@@ -22,7 +22,7 @@
#include "OggEncoder.hxx"
#include "lib/xiph/VorbisComment.hxx"
#include "AudioFormat.hxx"
#include "config/
ConfigError
.hxx"
#include "config/
Domain
.hxx"
#include "util/StringUtil.hxx"
#include "util/NumberParser.hxx"
#include "util/RuntimeError.hxx"
...
...
src/filter/LoadChain.cxx
View file @
816603fd
...
...
@@ -23,9 +23,9 @@
#include "Prepared.hxx"
#include "plugins/ChainFilterPlugin.hxx"
#include "config/Param.hxx"
#include "config/
Config
Option.hxx"
#include "config/
Config
Global.hxx"
#include "config/
ConfigError
.hxx"
#include "config/Option.hxx"
#include "config/Global.hxx"
#include "config/
Domain
.hxx"
#include "config/Block.hxx"
#include "util/RuntimeError.hxx"
...
...
src/filter/plugins/RouteFilterPlugin.cxx
View file @
816603fd
...
...
@@ -40,7 +40,7 @@
*/
#include "config.h"
#include "config/
ConfigError
.hxx"
#include "config/
Domain
.hxx"
#include "config/Block.hxx"
#include "AudioFormat.hxx"
#include "filter/FilterPlugin.hxx"
...
...
src/fs/CheckFile.cxx
View file @
816603fd
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "CheckFile.hxx"
#include "Log.hxx"
#include "config/
ConfigError
.hxx"
#include "config/
Domain
.hxx"
#include "FileInfo.hxx"
#include "Path.hxx"
#include "AllocatedPath.hxx"
...
...
src/fs/Config.cxx
View file @
816603fd
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "Config.hxx"
#include "Charset.hxx"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
void
ConfigureFS
()
...
...
src/input/Init.cxx
View file @
816603fd
...
...
@@ -21,8 +21,8 @@
#include "Init.hxx"
#include "Registry.hxx"
#include "InputPlugin.hxx"
#include "config/
Config
Global.hxx"
#include "config/
Config
Option.hxx"
#include "config/Global.hxx"
#include "config/Option.hxx"
#include "config/Block.hxx"
#include "Log.hxx"
#include "PluginUnavailable.hxx"
...
...
src/input/plugins/CdioParanoiaInputPlugin.cxx
View file @
816603fd
...
...
@@ -33,7 +33,7 @@
#include "fs/AllocatedPath.hxx"
#include "Log.hxx"
#include "config/Block.hxx"
#include "config/
ConfigError
.hxx"
#include "config/
Domain
.hxx"
#include <stdio.h>
#include <stdint.h>
...
...
src/input/plugins/CurlInputPlugin.cxx
View file @
816603fd
...
...
@@ -31,7 +31,7 @@
#include "../IcyInputStream.hxx"
#include "IcyMetaDataParser.hxx"
#include "../InputPlugin.hxx"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
#include "config/Block.hxx"
#include "tag/Builder.hxx"
#include "tag/Tag.hxx"
...
...
src/neighbor/Glue.cxx
View file @
816603fd
...
...
@@ -23,8 +23,8 @@
#include "Explorer.hxx"
#include "NeighborPlugin.hxx"
#include "Info.hxx"
#include "config/
Config
Global.hxx"
#include "config/
ConfigError
.hxx"
#include "config/Global.hxx"
#include "config/
Domain
.hxx"
#include "config/Block.hxx"
#include "util/RuntimeError.hxx"
...
...
src/output/Init.cxx
View file @
816603fd
...
...
@@ -35,8 +35,8 @@
#include "filter/plugins/ChainFilterPlugin.hxx"
#include "filter/plugins/VolumeFilterPlugin.hxx"
#include "filter/plugins/NormalizeFilterPlugin.hxx"
#include "config/
ConfigError
.hxx"
#include "config/
Config
Global.hxx"
#include "config/
Domain
.hxx"
#include "config/Global.hxx"
#include "config/Block.hxx"
#include "util/RuntimeError.hxx"
#include "util/StringFormat.hxx"
...
...
src/output/MultipleOutputs.cxx
View file @
816603fd
...
...
@@ -24,8 +24,8 @@
#include "MusicPipe.hxx"
#include "MusicChunk.hxx"
#include "config/Block.hxx"
#include "config/
Config
Global.hxx"
#include "config/
Config
Option.hxx"
#include "config/Global.hxx"
#include "config/Option.hxx"
#include "util/RuntimeError.hxx"
#include <stdexcept>
...
...
src/output/plugins/JackOutputPlugin.cxx
View file @
816603fd
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "JackOutputPlugin.hxx"
#include "../OutputAPI.hxx"
#include "config/
ConfigError
.hxx"
#include "config/
Domain
.hxx"
#include "util/ScopeExit.hxx"
#include "util/ConstBuffer.hxx"
#include "util/IterableSplitString.hxx"
...
...
src/output/plugins/RecorderOutputPlugin.cxx
View file @
816603fd
...
...
@@ -24,8 +24,8 @@
#include "encoder/ToOutputStream.hxx"
#include "encoder/EncoderInterface.hxx"
#include "encoder/Configured.hxx"
#include "config/
ConfigError
.hxx"
#include "config/
Config
Path.hxx"
#include "config/
Domain
.hxx"
#include "config/Path.hxx"
#include "Log.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/io/FileOutputStream.hxx"
...
...
src/pcm/ConfiguredResampler.cxx
View file @
816603fd
...
...
@@ -20,9 +20,9 @@
#include "config.h"
#include "ConfiguredResampler.hxx"
#include "FallbackResampler.hxx"
#include "config/
Config
Global.hxx"
#include "config/
Config
Option.hxx"
#include "config/
ConfigError
.hxx"
#include "config/Global.hxx"
#include "config/Option.hxx"
#include "config/
Domain
.hxx"
#include "config/Block.hxx"
#include "config/Param.hxx"
#include "util/RuntimeError.hxx"
...
...
src/playlist/PlaylistRegistry.cxx
View file @
816603fd
...
...
@@ -36,7 +36,7 @@
#include "util/UriUtil.hxx"
#include "util/StringUtil.hxx"
#include "util/Macros.hxx"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
#include "config/Block.hxx"
#include <assert.h>
...
...
src/queue/PlaylistState.cxx
View file @
816603fd
...
...
@@ -31,8 +31,8 @@
#include "fs/io/TextFile.hxx"
#include "fs/io/BufferedOutputStream.hxx"
#include "player/Control.hxx"
#include "config/
Config
Global.hxx"
#include "config/
Config
Option.hxx"
#include "config/Global.hxx"
#include "config/Option.hxx"
#include "util/CharUtil.hxx"
#include "util/StringAPI.hxx"
#include "util/StringCompare.hxx"
...
...
src/storage/Configured.cxx
View file @
816603fd
...
...
@@ -22,8 +22,8 @@
#include "Registry.hxx"
#include "StorageInterface.hxx"
#include "plugins/LocalStorage.hxx"
#include "config/
Config
Global.hxx"
#include "config/
ConfigError
.hxx"
#include "config/Global.hxx"
#include "config/
Domain
.hxx"
#include "fs/StandardDirectory.hxx"
#include "fs/CheckFile.hxx"
#include "util/UriUtil.hxx"
...
...
src/tag/Config.cxx
View file @
816603fd
...
...
@@ -21,8 +21,8 @@
#include "Config.hxx"
#include "Settings.hxx"
#include "ParseName.hxx"
#include "config/
Config
Global.hxx"
#include "config/
Config
Option.hxx"
#include "config/Global.hxx"
#include "config/Option.hxx"
#include "util/Alloc.hxx"
#include "util/ASCII.hxx"
#include "util/StringStrip.hxx"
...
...
src/zeroconf/ZeroconfGlue.cxx
View file @
816603fd
...
...
@@ -21,8 +21,8 @@
#include "ZeroconfGlue.hxx"
#include "ZeroconfAvahi.hxx"
#include "ZeroconfBonjour.hxx"
#include "config/
Config
Global.hxx"
#include "config/
Config
Option.hxx"
#include "config/Global.hxx"
#include "config/Option.hxx"
#include "Listen.hxx"
#include "util/Domain.hxx"
#include "Log.hxx"
...
...
test/DumpDatabase.cxx
View file @
816603fd
...
...
@@ -26,7 +26,7 @@
#include "db/LightDirectory.hxx"
#include "db/LightSong.hxx"
#include "db/PlaylistVector.hxx"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
#include "config/Param.hxx"
#include "config/Block.hxx"
#include "tag/Config.hxx"
...
...
test/dump_playlist.cxx
View file @
816603fd
...
...
@@ -22,7 +22,7 @@
#include "DetachedSong.hxx"
#include "playlist/SongEnumerator.hxx"
#include "input/InputStream.hxx"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
#include "decoder/DecoderList.hxx"
#include "input/Init.hxx"
#include "event/Thread.hxx"
...
...
test/dump_rva2.cxx
View file @
816603fd
...
...
@@ -21,7 +21,7 @@
#include "tag/Id3Load.hxx"
#include "tag/Rva2.hxx"
#include "ReplayGainInfo.hxx"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
#include "thread/Mutex.hxx"
#include "fs/Path.hxx"
#include "input/InputStream.hxx"
...
...
test/dump_text_file.cxx
View file @
816603fd
...
...
@@ -22,7 +22,7 @@
#include "input/Init.hxx"
#include "input/InputStream.hxx"
#include "input/TextInputStream.hxx"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
#include "Log.hxx"
#ifdef ENABLE_ARCHIVE
...
...
test/read_conf.cxx
View file @
816603fd
...
...
@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
#include "fs/Path.hxx"
#include "Log.hxx"
...
...
test/run_decoder.cxx
View file @
816603fd
...
...
@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
#include "event/Thread.hxx"
#include "decoder/DecoderList.hxx"
#include "decoder/DecoderPlugin.hxx"
...
...
test/run_filter.cxx
View file @
816603fd
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "config/Param.hxx"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
#include "fs/Path.hxx"
#include "AudioParser.hxx"
#include "AudioFormat.hxx"
...
...
test/run_input.cxx
View file @
816603fd
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "TagSave.hxx"
#include "tag/Tag.hxx"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
#include "input/InputStream.hxx"
#include "input/Init.hxx"
#include "input/Registry.hxx"
...
...
test/run_neighbor_explorer.cxx
View file @
816603fd
...
...
@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
#include "neighbor/Listener.hxx"
#include "neighbor/Info.hxx"
#include "neighbor/Glue.hxx"
...
...
test/run_output.cxx
View file @
816603fd
...
...
@@ -22,8 +22,8 @@
#include "output/Registry.hxx"
#include "output/OutputPlugin.hxx"
#include "config/Param.hxx"
#include "config/
Config
Global.hxx"
#include "config/
Config
Option.hxx"
#include "config/Global.hxx"
#include "config/Option.hxx"
#include "config/Block.hxx"
#include "event/Thread.hxx"
#include "fs/Path.hxx"
...
...
test/visit_archive.cxx
View file @
816603fd
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "tag/Tag.hxx"
#include "config/
Config
Global.hxx"
#include "config/Global.hxx"
#include "event/Thread.hxx"
#include "input/Init.hxx"
#include "archive/ArchiveList.hxx"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment