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
197b503f
Commit
197b503f
authored
Jan 24, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Config*: move to config/
parent
129eb178
Hide whitespace changes
Inline
Side-by-side
Showing
80 changed files
with
111 additions
and
111 deletions
+111
-111
Makefile.am
Makefile.am
+9
-9
AudioConfig.cxx
src/AudioConfig.cxx
+3
-3
ClientGlobal.cxx
src/ClientGlobal.cxx
+1
-1
CommandLine.cxx
src/CommandLine.cxx
+1
-1
DatabaseGlue.cxx
src/DatabaseGlue.cxx
+1
-1
DespotifyUtils.cxx
src/DespotifyUtils.cxx
+2
-2
FilterConfig.cxx
src/FilterConfig.cxx
+4
-4
FilterPlugin.cxx
src/FilterPlugin.cxx
+2
-2
InputInit.cxx
src/InputInit.cxx
+3
-3
Listen.cxx
src/Listen.cxx
+3
-3
LogInit.cxx
src/LogInit.cxx
+3
-3
Main.cxx
src/Main.cxx
+4
-4
Permission.cxx
src/Permission.cxx
+3
-3
PlaylistFile.cxx
src/PlaylistFile.cxx
+3
-3
PlaylistState.cxx
src/PlaylistState.cxx
+2
-2
ReplayGainConfig.cxx
src/ReplayGainConfig.cxx
+2
-2
UpdateWalk.cxx
src/UpdateWalk.cxx
+2
-2
ConfigData.cxx
src/config/ConfigData.cxx
+0
-0
ConfigData.hxx
src/config/ConfigData.hxx
+0
-0
ConfigDefaults.hxx
src/config/ConfigDefaults.hxx
+0
-0
ConfigError.cxx
src/config/ConfigError.cxx
+0
-0
ConfigError.hxx
src/config/ConfigError.hxx
+0
-0
ConfigFile.cxx
src/config/ConfigFile.cxx
+0
-0
ConfigFile.hxx
src/config/ConfigFile.hxx
+0
-0
ConfigGlobal.cxx
src/config/ConfigGlobal.cxx
+0
-0
ConfigGlobal.hxx
src/config/ConfigGlobal.hxx
+0
-0
ConfigOption.hxx
src/config/ConfigOption.hxx
+0
-0
ConfigParser.cxx
src/config/ConfigParser.cxx
+0
-0
ConfigParser.hxx
src/config/ConfigParser.hxx
+0
-0
ConfigPath.cxx
src/config/ConfigPath.cxx
+0
-0
ConfigPath.hxx
src/config/ConfigPath.hxx
+0
-0
ConfigTemplates.cxx
src/config/ConfigTemplates.cxx
+0
-0
ConfigTemplates.hxx
src/config/ConfigTemplates.hxx
+0
-0
ProxyDatabasePlugin.cxx
src/db/ProxyDatabasePlugin.cxx
+1
-1
SimpleDatabasePlugin.cxx
src/db/SimpleDatabasePlugin.cxx
+1
-1
UpnpDatabasePlugin.cxx
src/db/UpnpDatabasePlugin.cxx
+1
-1
DecoderAPI.hxx
src/decoder/DecoderAPI.hxx
+1
-1
DecoderList.cxx
src/decoder/DecoderList.cxx
+2
-2
MadDecoderPlugin.cxx
src/decoder/plugins/MadDecoderPlugin.cxx
+1
-1
EncoderAPI.hxx
src/encoder/EncoderAPI.hxx
+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
AutoConvertFilterPlugin.cxx
src/filter/AutoConvertFilterPlugin.cxx
+1
-1
RouteFilterPlugin.cxx
src/filter/RouteFilterPlugin.cxx
+2
-2
Config.cxx
src/fs/Config.cxx
+1
-1
CdioParanoiaInputPlugin.cxx
src/input/CdioParanoiaInputPlugin.cxx
+2
-2
CurlInputPlugin.cxx
src/input/CurlInputPlugin.cxx
+2
-2
OssMixerPlugin.cxx
src/mixer/OssMixerPlugin.cxx
+1
-1
SoftwareMixerPlugin.cxx
src/mixer/SoftwareMixerPlugin.cxx
+1
-1
OutputAPI.hxx
src/output/OutputAPI.hxx
+1
-1
OutputAll.cxx
src/output/OutputAll.cxx
+3
-3
OutputInit.cxx
src/output/OutputInit.cxx
+2
-2
FifoOutputPlugin.cxx
src/output/plugins/FifoOutputPlugin.cxx
+1
-1
JackOutputPlugin.cxx
src/output/plugins/JackOutputPlugin.cxx
+1
-1
PipeOutputPlugin.cxx
src/output/plugins/PipeOutputPlugin.cxx
+1
-1
RecorderOutputPlugin.cxx
src/output/plugins/RecorderOutputPlugin.cxx
+1
-1
ShoutOutputPlugin.cxx
src/output/plugins/ShoutOutputPlugin.cxx
+1
-1
ConfiguredResampler.cxx
src/pcm/ConfiguredResampler.cxx
+3
-3
PlaylistRegistry.cxx
src/playlist/PlaylistRegistry.cxx
+2
-2
SoundCloudPlaylistPlugin.cxx
src/playlist/plugins/SoundCloudPlaylistPlugin.cxx
+1
-1
TagConfig.cxx
src/tag/TagConfig.cxx
+2
-2
TagId3.cxx
src/tag/TagId3.cxx
+1
-1
ZeroconfGlue.cxx
src/zeroconf/ZeroconfGlue.cxx
+2
-2
DumpDatabase.cxx
test/DumpDatabase.cxx
+2
-2
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
read_mixer.cxx
test/read_mixer.cxx
+1
-1
run_convert.cxx
test/run_convert.cxx
+1
-1
run_encoder.cxx
test/run_encoder.cxx
+1
-1
run_filter.cxx
test/run_filter.cxx
+2
-2
run_input.cxx
test/run_input.cxx
+1
-1
run_output.cxx
test/run_output.cxx
+3
-3
test_vorbis_encoder.cxx
test/test_vorbis_encoder.cxx
+1
-1
visit_archive.cxx
test/visit_archive.cxx
+1
-1
No files found.
Makefile.am
View file @
197b503f
...
...
@@ -489,15 +489,15 @@ endif
# configuration library
libconf_a_SOURCES
=
\
src/ConfigDefaults.hxx
\
src/
ConfigPath.cxx src
/ConfigPath.hxx
\
src/
ConfigData.cxx src
/ConfigData.hxx
\
src/
ConfigParser.cxx src
/ConfigParser.hxx
\
src/
ConfigGlobal.cxx src
/ConfigGlobal.hxx
\
src/
ConfigFile.cxx src
/ConfigFile.hxx
\
src/
ConfigTemplates.cxx src
/ConfigTemplates.hxx
\
src/
ConfigError.cxx src
/ConfigError.hxx
\
src/ConfigOption.hxx
src/
config/
ConfigDefaults.hxx
\
src/
config/ConfigPath.cxx src/config
/ConfigPath.hxx
\
src/
config/ConfigData.cxx src/config
/ConfigData.hxx
\
src/
config/ConfigParser.cxx src/config
/ConfigParser.hxx
\
src/
config/ConfigGlobal.cxx src/config
/ConfigGlobal.hxx
\
src/
config/ConfigFile.cxx src/config
/ConfigFile.hxx
\
src/
config/ConfigTemplates.cxx src/config
/ConfigTemplates.hxx
\
src/
config/ConfigError.cxx src/config
/ConfigError.hxx
\
src/
config/
ConfigOption.hxx
# tag plugins
...
...
src/AudioConfig.cxx
View file @
197b503f
...
...
@@ -21,9 +21,9 @@
#include "AudioConfig.hxx"
#include "AudioFormat.hxx"
#include "AudioParser.hxx"
#include "ConfigData.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "
config/
ConfigData.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigOption.hxx"
#include "util/Error.hxx"
#include "system/FatalError.hxx"
...
...
src/ClientGlobal.cxx
View file @
197b503f
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "ClientInternal.hxx"
#include "ConfigGlobal.hxx"
#include "
config/
ConfigGlobal.hxx"
#define CLIENT_TIMEOUT_DEFAULT (60)
#define CLIENT_MAX_COMMAND_LIST_DEFAULT (2048*1024)
...
...
src/CommandLine.cxx
View file @
197b503f
...
...
@@ -22,7 +22,7 @@
#include "ls.hxx"
#include "LogInit.hxx"
#include "Log.hxx"
#include "ConfigGlobal.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "DatabaseRegistry.hxx"
#include "DatabasePlugin.hxx"
#include "decoder/DecoderList.hxx"
...
...
src/DatabaseGlue.cxx
View file @
197b503f
...
...
@@ -24,7 +24,7 @@
#include "DatabaseError.hxx"
#include "Directory.hxx"
#include "util/Error.hxx"
#include "ConfigData.hxx"
#include "
config/
ConfigData.hxx"
#include "Stats.hxx"
#include "DatabasePlugin.hxx"
#include "db/SimpleDatabasePlugin.hxx"
...
...
src/DespotifyUtils.cxx
View file @
197b503f
...
...
@@ -20,8 +20,8 @@
#include "DespotifyUtils.hxx"
#include "tag/Tag.hxx"
#include "tag/TagBuilder.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigOption.hxx"
#include "util/Domain.hxx"
#include "Log.hxx"
...
...
src/FilterConfig.cxx
View file @
197b503f
...
...
@@ -21,10 +21,10 @@
#include "FilterConfig.hxx"
#include "filter/ChainFilterPlugin.hxx"
#include "FilterPlugin.hxx"
#include "ConfigData.hxx"
#include "ConfigOption.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigError.hxx"
#include "
config/
ConfigData.hxx"
#include "
config/
ConfigOption.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigError.hxx"
#include "util/Error.hxx"
#include <algorithm>
...
...
src/FilterPlugin.cxx
View file @
197b503f
...
...
@@ -20,8 +20,8 @@
#include "config.h"
#include "FilterPlugin.hxx"
#include "FilterRegistry.hxx"
#include "ConfigData.hxx"
#include "ConfigError.hxx"
#include "
config/
ConfigData.hxx"
#include "
config/
ConfigError.hxx"
#include "util/Error.hxx"
#include <assert.h>
...
...
src/InputInit.cxx
View file @
197b503f
...
...
@@ -23,9 +23,9 @@
#include "InputPlugin.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "ConfigData.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigOption.hxx"
#include "
config/
ConfigData.hxx"
#include <assert.h>
#include <string.h>
...
...
src/Listen.cxx
View file @
197b503f
...
...
@@ -22,9 +22,9 @@
#include "Main.hxx"
#include "Instance.hxx"
#include "Client.hxx"
#include "ConfigData.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "
config/
ConfigData.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigOption.hxx"
#include "event/ServerSocket.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
...
...
src/LogInit.cxx
View file @
197b503f
...
...
@@ -21,9 +21,9 @@
#include "LogInit.hxx"
#include "LogBackend.hxx"
#include "Log.hxx"
#include "ConfigData.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "
config/
ConfigData.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigOption.hxx"
#include "system/FatalError.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/FileSystem.hxx"
...
...
src/Main.cxx
View file @
197b503f
...
...
@@ -61,10 +61,10 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "thread/Id.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigData.hxx"
#include "ConfigDefaults.hxx"
#include "ConfigOption.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigData.hxx"
#include "
config/
ConfigDefaults.hxx"
#include "
config/
ConfigOption.hxx"
#include "Stats.hxx"
#ifdef ENABLE_INOTIFY
...
...
src/Permission.cxx
View file @
197b503f
...
...
@@ -19,9 +19,9 @@
#include "config.h"
#include "Permission.hxx"
#include "ConfigData.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "
config/
ConfigData.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigOption.hxx"
#include "system/FatalError.hxx"
#include <algorithm>
...
...
src/PlaylistFile.cxx
View file @
197b503f
...
...
@@ -26,9 +26,9 @@
#include "DetachedSong.hxx"
#include "Mapper.hxx"
#include "fs/TextFile.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "ConfigDefaults.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigOption.hxx"
#include "
config/
ConfigDefaults.hxx"
#include "Idle.hxx"
#include "fs/Limits.hxx"
#include "fs/AllocatedPath.hxx"
...
...
src/PlaylistState.cxx
View file @
197b503f
...
...
@@ -29,8 +29,8 @@
#include "queue/QueueSave.hxx"
#include "fs/TextFile.hxx"
#include "PlayerControl.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigOption.hxx"
#include "fs/Limits.hxx"
#include "util/CharUtil.hxx"
#include "util/StringUtil.hxx"
...
...
src/ReplayGainConfig.cxx
View file @
197b503f
...
...
@@ -20,8 +20,8 @@
#include "config.h"
#include "ReplayGainConfig.hxx"
#include "Idle.hxx"
#include "ConfigData.hxx"
#include "ConfigGlobal.hxx"
#include "
config/
ConfigData.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "system/FatalError.hxx"
#include <assert.h>
...
...
src/UpdateWalk.cxx
View file @
197b503f
...
...
@@ -32,8 +32,8 @@
#include "playlist/PlaylistRegistry.hxx"
#include "Mapper.hxx"
#include "ExcludeList.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigOption.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/Traits.hxx"
#include "fs/FileSystem.hxx"
...
...
src/ConfigData.cxx
→
src/
config/
ConfigData.cxx
View file @
197b503f
File moved
src/ConfigData.hxx
→
src/
config/
ConfigData.hxx
View file @
197b503f
File moved
src/ConfigDefaults.hxx
→
src/
config/
ConfigDefaults.hxx
View file @
197b503f
File moved
src/ConfigError.cxx
→
src/
config/
ConfigError.cxx
View file @
197b503f
File moved
src/ConfigError.hxx
→
src/
config/
ConfigError.hxx
View file @
197b503f
File moved
src/ConfigFile.cxx
→
src/
config/
ConfigFile.cxx
View file @
197b503f
File moved
src/ConfigFile.hxx
→
src/
config/
ConfigFile.hxx
View file @
197b503f
File moved
src/ConfigGlobal.cxx
→
src/
config/
ConfigGlobal.cxx
View file @
197b503f
File moved
src/ConfigGlobal.hxx
→
src/
config/
ConfigGlobal.hxx
View file @
197b503f
File moved
src/ConfigOption.hxx
→
src/
config/
ConfigOption.hxx
View file @
197b503f
File moved
src/ConfigParser.cxx
→
src/
config/
ConfigParser.cxx
View file @
197b503f
File moved
src/ConfigParser.hxx
→
src/
config/
ConfigParser.hxx
View file @
197b503f
File moved
src/ConfigPath.cxx
→
src/
config/
ConfigPath.cxx
View file @
197b503f
File moved
src/ConfigPath.hxx
→
src/
config/
ConfigPath.hxx
View file @
197b503f
File moved
src/ConfigTemplates.cxx
→
src/
config/
ConfigTemplates.cxx
View file @
197b503f
File moved
src/ConfigTemplates.hxx
→
src/
config/
ConfigTemplates.hxx
View file @
197b503f
File moved
src/db/ProxyDatabasePlugin.cxx
View file @
197b503f
...
...
@@ -28,7 +28,7 @@
#include "LightSong.hxx"
#include "SongFilter.hxx"
#include "Compiler.h"
#include "ConfigData.hxx"
#include "
config/
ConfigData.hxx"
#include "tag/TagBuilder.hxx"
#include "tag/Tag.hxx"
#include "util/Error.hxx"
...
...
src/db/SimpleDatabasePlugin.cxx
View file @
197b503f
...
...
@@ -29,7 +29,7 @@
#include "DatabaseLock.hxx"
#include "DatabaseError.hxx"
#include "fs/TextFile.hxx"
#include "ConfigData.hxx"
#include "
config/
ConfigData.hxx"
#include "fs/FileSystem.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
...
...
src/db/UpnpDatabasePlugin.cxx
View file @
197b503f
...
...
@@ -31,7 +31,7 @@
#include "DatabaseError.hxx"
#include "LightDirectory.hxx"
#include "LightSong.hxx"
#include "ConfigData.hxx"
#include "
config/
ConfigData.hxx"
#include "tag/TagBuilder.hxx"
#include "tag/TagTable.hxx"
#include "util/Error.hxx"
...
...
src/decoder/DecoderAPI.hxx
View file @
197b503f
...
...
@@ -36,7 +36,7 @@
#include "tag/Tag.hxx"
#include "AudioFormat.hxx"
#include "MixRampInfo.hxx"
#include "ConfigData.hxx"
#include "
config/
ConfigData.hxx"
// IWYU pragma: end_exports
...
...
src/decoder/DecoderList.cxx
View file @
197b503f
...
...
@@ -20,8 +20,8 @@
#include "config.h"
#include "DecoderList.hxx"
#include "DecoderPlugin.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigData.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigData.hxx"
#include "plugins/AudiofileDecoderPlugin.hxx"
#include "plugins/PcmDecoderPlugin.hxx"
#include "plugins/DsdiffDecoderPlugin.hxx"
...
...
src/decoder/plugins/MadDecoderPlugin.cxx
View file @
197b503f
...
...
@@ -21,7 +21,7 @@
#include "MadDecoderPlugin.hxx"
#include "../DecoderAPI.hxx"
#include "InputStream.hxx"
#include "ConfigGlobal.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "tag/TagId3.hxx"
#include "tag/TagRva2.hxx"
#include "tag/TagHandler.hxx"
...
...
src/encoder/EncoderAPI.hxx
View file @
197b503f
...
...
@@ -30,7 +30,7 @@
#include "EncoderPlugin.hxx"
#include "AudioFormat.hxx"
#include "tag/Tag.hxx"
#include "ConfigData.hxx"
#include "
config/
ConfigData.hxx"
// IWYU pragma: end_exports
...
...
src/encoder/plugins/FlacEncoderPlugin.cxx
View file @
197b503f
...
...
@@ -22,7 +22,7 @@
#include "../EncoderAPI.hxx"
#include "AudioFormat.hxx"
#include "pcm/PcmBuffer.hxx"
#include "ConfigError.hxx"
#include "
config/
ConfigError.hxx"
#include "util/Manual.hxx"
#include "util/DynamicFifoBuffer.hxx"
#include "util/Error.hxx"
...
...
src/encoder/plugins/LameEncoderPlugin.cxx
View file @
197b503f
...
...
@@ -21,7 +21,7 @@
#include "LameEncoderPlugin.hxx"
#include "../EncoderAPI.hxx"
#include "AudioFormat.hxx"
#include "ConfigError.hxx"
#include "
config/
ConfigError.hxx"
#include "util/NumberParser.hxx"
#include "util/ReusableArray.hxx"
#include "util/Manual.hxx"
...
...
src/encoder/plugins/OpusEncoderPlugin.cxx
View file @
197b503f
...
...
@@ -23,7 +23,7 @@
#include "OggSerial.hxx"
#include "../EncoderAPI.hxx"
#include "AudioFormat.hxx"
#include "ConfigError.hxx"
#include "
config/
ConfigError.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "system/ByteOrder.hxx"
...
...
src/encoder/plugins/ShineEncoderPlugin.cxx
View file @
197b503f
...
...
@@ -21,7 +21,7 @@
#include "config.h"
#include "../EncoderAPI.hxx"
#include "AudioFormat.hxx"
#include "ConfigError.hxx"
#include "
config/
ConfigError.hxx"
#include "util/Manual.hxx"
#include "util/NumberParser.hxx"
#include "util/DynamicFifoBuffer.hxx"
...
...
src/encoder/plugins/TwolameEncoderPlugin.cxx
View file @
197b503f
...
...
@@ -21,7 +21,7 @@
#include "TwolameEncoderPlugin.hxx"
#include "../EncoderAPI.hxx"
#include "AudioFormat.hxx"
#include "ConfigError.hxx"
#include "
config/
ConfigError.hxx"
#include "util/NumberParser.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
...
...
src/encoder/plugins/VorbisEncoderPlugin.cxx
View file @
197b503f
...
...
@@ -24,7 +24,7 @@
#include "../EncoderAPI.hxx"
#include "tag/Tag.hxx"
#include "AudioFormat.hxx"
#include "ConfigError.hxx"
#include "
config/
ConfigError.hxx"
#include "util/NumberParser.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
...
...
src/filter/AutoConvertFilterPlugin.cxx
View file @
197b503f
...
...
@@ -24,7 +24,7 @@
#include "FilterInternal.hxx"
#include "FilterRegistry.hxx"
#include "AudioFormat.hxx"
#include "ConfigData.hxx"
#include "
config/
ConfigData.hxx"
#include <assert.h>
...
...
src/filter/RouteFilterPlugin.cxx
View file @
197b503f
...
...
@@ -40,8 +40,8 @@
*/
#include "config.h"
#include "ConfigError.hxx"
#include "ConfigData.hxx"
#include "
config/
ConfigError.hxx"
#include "
config/
ConfigData.hxx"
#include "AudioFormat.hxx"
#include "FilterPlugin.hxx"
#include "FilterInternal.hxx"
...
...
src/fs/Config.cxx
View file @
197b503f
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "Config.hxx"
#include "Charset.hxx"
#include "ConfigGlobal.hxx"
#include "
config/
ConfigGlobal.hxx"
#include <glib.h>
...
...
src/input/CdioParanoiaInputPlugin.cxx
View file @
197b503f
...
...
@@ -31,8 +31,8 @@
#include "system/ByteOrder.hxx"
#include "fs/AllocatedPath.hxx"
#include "Log.hxx"
#include "ConfigData.hxx"
#include "ConfigError.hxx"
#include "
config/
ConfigData.hxx"
#include "
config/
ConfigError.hxx"
#include <stdio.h>
#include <stdint.h>
...
...
src/input/CurlInputPlugin.cxx
View file @
197b503f
...
...
@@ -21,8 +21,8 @@
#include "CurlInputPlugin.hxx"
#include "InputStream.hxx"
#include "InputPlugin.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigData.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigData.hxx"
#include "tag/Tag.hxx"
#include "tag/TagBuilder.hxx"
#include "IcyMetaDataParser.hxx"
...
...
src/mixer/OssMixerPlugin.cxx
View file @
197b503f
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "MixerInternal.hxx"
#include "ConfigData.hxx"
#include "
config/
ConfigData.hxx"
#include "system/fd_util.h"
#include "util/ASCII.hxx"
#include "util/Error.hxx"
...
...
src/mixer/SoftwareMixerPlugin.cxx
View file @
197b503f
...
...
@@ -25,7 +25,7 @@
#include "FilterInternal.hxx"
#include "filter/VolumeFilterPlugin.hxx"
#include "pcm/Volume.hxx"
#include "ConfigData.hxx"
#include "
config/
ConfigData.hxx"
#include "util/Error.hxx"
#include <assert.h>
...
...
src/output/OutputAPI.hxx
View file @
197b503f
...
...
@@ -26,7 +26,7 @@
#include "OutputInternal.hxx"
#include "AudioFormat.hxx"
#include "tag/Tag.hxx"
#include "ConfigData.hxx"
#include "
config/
ConfigData.hxx"
// IWYU pragma: end_exports
...
...
src/output/OutputAll.cxx
View file @
197b503f
...
...
@@ -28,9 +28,9 @@
#include "MusicChunk.hxx"
#include "system/FatalError.hxx"
#include "util/Error.hxx"
#include "ConfigData.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "
config/
ConfigData.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigOption.hxx"
#include "notify.hxx"
#include <assert.h>
...
...
src/output/OutputInit.cxx
View file @
197b503f
...
...
@@ -33,8 +33,8 @@
#include "filter/AutoConvertFilterPlugin.hxx"
#include "filter/ReplayGainFilterPlugin.hxx"
#include "filter/ChainFilterPlugin.hxx"
#include "ConfigError.hxx"
#include "ConfigGlobal.hxx"
#include "
config/
ConfigError.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "util/Error.hxx"
#include "Log.hxx"
...
...
src/output/plugins/FifoOutputPlugin.cxx
View file @
197b503f
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "FifoOutputPlugin.hxx"
#include "ConfigError.hxx"
#include "
config/
ConfigError.hxx"
#include "../OutputAPI.hxx"
#include "Timer.hxx"
#include "fs/AllocatedPath.hxx"
...
...
src/output/plugins/JackOutputPlugin.cxx
View file @
197b503f
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "JackOutputPlugin.hxx"
#include "../OutputAPI.hxx"
#include "ConfigError.hxx"
#include "
config/
ConfigError.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "Log.hxx"
...
...
src/output/plugins/PipeOutputPlugin.cxx
View file @
197b503f
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "PipeOutputPlugin.hxx"
#include "../OutputAPI.hxx"
#include "ConfigError.hxx"
#include "
config/
ConfigError.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
...
...
src/output/plugins/RecorderOutputPlugin.cxx
View file @
197b503f
...
...
@@ -22,7 +22,7 @@
#include "../OutputAPI.hxx"
#include "encoder/EncoderPlugin.hxx"
#include "encoder/EncoderList.hxx"
#include "ConfigError.hxx"
#include "
config/
ConfigError.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "system/fd_util.h"
...
...
src/output/plugins/ShoutOutputPlugin.cxx
View file @
197b503f
...
...
@@ -22,7 +22,7 @@
#include "../OutputAPI.hxx"
#include "encoder/EncoderPlugin.hxx"
#include "encoder/EncoderList.hxx"
#include "ConfigError.hxx"
#include "
config/
ConfigError.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "system/FatalError.hxx"
...
...
src/pcm/ConfiguredResampler.cxx
View file @
197b503f
...
...
@@ -20,9 +20,9 @@
#include "config.h"
#include "ConfiguredResampler.hxx"
#include "FallbackResampler.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "ConfigError.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigOption.hxx"
#include "
config/
ConfigError.hxx"
#include "util/Error.hxx"
#ifdef HAVE_LIBSAMPLERATE
...
...
src/playlist/PlaylistRegistry.cxx
View file @
197b503f
...
...
@@ -35,8 +35,8 @@
#include "util/StringUtil.hxx"
#include "util/Error.hxx"
#include "util/Macros.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigData.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigData.hxx"
#include "system/FatalError.hxx"
#include "Log.hxx"
...
...
src/playlist/plugins/SoundCloudPlaylistPlugin.cxx
View file @
197b503f
...
...
@@ -21,7 +21,7 @@
#include "SoundCloudPlaylistPlugin.hxx"
#include "../PlaylistPlugin.hxx"
#include "../MemorySongEnumerator.hxx"
#include "ConfigData.hxx"
#include "
config/
ConfigData.hxx"
#include "InputStream.hxx"
#include "tag/TagBuilder.hxx"
#include "util/StringUtil.hxx"
...
...
src/tag/TagConfig.cxx
View file @
197b503f
...
...
@@ -21,8 +21,8 @@
#include "TagConfig.hxx"
#include "TagSettings.h"
#include "Tag.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigOption.hxx"
#include "system/FatalError.hxx"
#include "util/Alloc.hxx"
#include "util/ASCII.hxx"
...
...
src/tag/TagId3.cxx
View file @
197b503f
...
...
@@ -25,7 +25,7 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "Log.hxx"
#include "ConfigGlobal.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "Riff.hxx"
#include "Aiff.hxx"
#include "fs/Path.hxx"
...
...
src/zeroconf/ZeroconfGlue.cxx
View file @
197b503f
...
...
@@ -21,8 +21,8 @@
#include "ZeroconfGlue.hxx"
#include "ZeroconfAvahi.hxx"
#include "ZeroconfBonjour.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigOption.hxx"
#include "Listen.hxx"
#include "util/Domain.hxx"
#include "Log.hxx"
...
...
test/DumpDatabase.cxx
View file @
197b503f
...
...
@@ -25,8 +25,8 @@
#include "LightDirectory.hxx"
#include "LightSong.hxx"
#include "PlaylistVector.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigData.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigData.hxx"
#include "tag/TagConfig.hxx"
#include "fs/Path.hxx"
#include "event/Loop.hxx"
...
...
test/dump_playlist.cxx
View file @
197b503f
...
...
@@ -22,7 +22,7 @@
#include "DetachedSong.hxx"
#include "playlist/SongEnumerator.hxx"
#include "InputStream.hxx"
#include "ConfigGlobal.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "decoder/DecoderList.hxx"
#include "InputInit.hxx"
#include "IOThread.hxx"
...
...
test/dump_rva2.cxx
View file @
197b503f
...
...
@@ -21,7 +21,7 @@
#include "tag/TagId3.hxx"
#include "tag/TagRva2.hxx"
#include "ReplayGainInfo.hxx"
#include "ConfigGlobal.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "util/Error.hxx"
#include "fs/Path.hxx"
#include "Log.hxx"
...
...
test/dump_text_file.cxx
View file @
197b503f
...
...
@@ -21,7 +21,7 @@
#include "IOThread.hxx"
#include "InputInit.hxx"
#include "InputStream.hxx"
#include "ConfigGlobal.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "stdbin.h"
#include "TextInputStream.hxx"
#include "util/Error.hxx"
...
...
test/read_conf.cxx
View file @
197b503f
...
...
@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "ConfigGlobal.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "fs/Path.hxx"
#include "util/Error.hxx"
#include "Log.hxx"
...
...
test/read_mixer.cxx
View file @
197b503f
...
...
@@ -25,7 +25,7 @@
#include "GlobalEvents.hxx"
#include "Main.hxx"
#include "event/Loop.hxx"
#include "ConfigData.hxx"
#include "
config/
ConfigData.hxx"
#include "util/Error.hxx"
#include "Log.hxx"
...
...
test/run_convert.cxx
View file @
197b503f
...
...
@@ -27,7 +27,7 @@
#include "AudioParser.hxx"
#include "AudioFormat.hxx"
#include "pcm/PcmConvert.hxx"
#include "ConfigGlobal.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "util/FifoBuffer.hxx"
#include "util/Error.hxx"
#include "Log.hxx"
...
...
test/run_encoder.cxx
View file @
197b503f
...
...
@@ -22,7 +22,7 @@
#include "encoder/EncoderPlugin.hxx"
#include "AudioFormat.hxx"
#include "AudioParser.hxx"
#include "ConfigData.hxx"
#include "
config/
ConfigData.hxx"
#include "util/Error.hxx"
#include "Log.hxx"
#include "stdbin.h"
...
...
test/run_filter.cxx
View file @
197b503f
...
...
@@ -18,8 +18,8 @@
*/
#include "config.h"
#include "ConfigData.hxx"
#include "ConfigGlobal.hxx"
#include "
config/
ConfigData.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "fs/Path.hxx"
#include "AudioParser.hxx"
#include "AudioFormat.hxx"
...
...
test/run_input.cxx
View file @
197b503f
...
...
@@ -21,7 +21,7 @@
#include "TagSave.hxx"
#include "stdbin.h"
#include "tag/Tag.hxx"
#include "ConfigGlobal.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "InputStream.hxx"
#include "InputInit.hxx"
#include "IOThread.hxx"
...
...
test/run_output.cxx
View file @
197b503f
...
...
@@ -21,9 +21,9 @@
#include "output/OutputControl.hxx"
#include "output/OutputInternal.hxx"
#include "output/OutputPlugin.hxx"
#include "ConfigData.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "
config/
ConfigData.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "
config/
ConfigOption.hxx"
#include "Idle.hxx"
#include "Main.hxx"
#include "event/Loop.hxx"
...
...
test/test_vorbis_encoder.cxx
View file @
197b503f
...
...
@@ -21,7 +21,7 @@
#include "encoder/EncoderList.hxx"
#include "encoder/EncoderPlugin.hxx"
#include "AudioFormat.hxx"
#include "ConfigData.hxx"
#include "
config/
ConfigData.hxx"
#include "stdbin.h"
#include "tag/Tag.hxx"
#include "tag/TagBuilder.hxx"
...
...
test/visit_archive.cxx
View file @
197b503f
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "stdbin.h"
#include "tag/Tag.hxx"
#include "ConfigGlobal.hxx"
#include "
config/
ConfigGlobal.hxx"
#include "IOThread.hxx"
#include "InputInit.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