Commit 197b503f authored by Max Kellermann's avatar Max Kellermann

Config*: move to config/

parent 129eb178
...@@ -489,15 +489,15 @@ endif ...@@ -489,15 +489,15 @@ endif
# configuration library # configuration library
libconf_a_SOURCES = \ libconf_a_SOURCES = \
src/ConfigDefaults.hxx \ src/config/ConfigDefaults.hxx \
src/ConfigPath.cxx src/ConfigPath.hxx \ src/config/ConfigPath.cxx src/config/ConfigPath.hxx \
src/ConfigData.cxx src/ConfigData.hxx \ src/config/ConfigData.cxx src/config/ConfigData.hxx \
src/ConfigParser.cxx src/ConfigParser.hxx \ src/config/ConfigParser.cxx src/config/ConfigParser.hxx \
src/ConfigGlobal.cxx src/ConfigGlobal.hxx \ src/config/ConfigGlobal.cxx src/config/ConfigGlobal.hxx \
src/ConfigFile.cxx src/ConfigFile.hxx \ src/config/ConfigFile.cxx src/config/ConfigFile.hxx \
src/ConfigTemplates.cxx src/ConfigTemplates.hxx \ src/config/ConfigTemplates.cxx src/config/ConfigTemplates.hxx \
src/ConfigError.cxx src/ConfigError.hxx \ src/config/ConfigError.cxx src/config/ConfigError.hxx \
src/ConfigOption.hxx src/config/ConfigOption.hxx
# tag plugins # tag plugins
......
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
#include "AudioConfig.hxx" #include "AudioConfig.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include "AudioParser.hxx" #include "AudioParser.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigOption.hxx" #include "config/ConfigOption.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "system/FatalError.hxx" #include "system/FatalError.hxx"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "config.h" #include "config.h"
#include "ClientInternal.hxx" #include "ClientInternal.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#define CLIENT_TIMEOUT_DEFAULT (60) #define CLIENT_TIMEOUT_DEFAULT (60)
#define CLIENT_MAX_COMMAND_LIST_DEFAULT (2048*1024) #define CLIENT_MAX_COMMAND_LIST_DEFAULT (2048*1024)
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include "ls.hxx" #include "ls.hxx"
#include "LogInit.hxx" #include "LogInit.hxx"
#include "Log.hxx" #include "Log.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "DatabaseRegistry.hxx" #include "DatabaseRegistry.hxx"
#include "DatabasePlugin.hxx" #include "DatabasePlugin.hxx"
#include "decoder/DecoderList.hxx" #include "decoder/DecoderList.hxx"
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include "DatabaseError.hxx" #include "DatabaseError.hxx"
#include "Directory.hxx" #include "Directory.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "Stats.hxx" #include "Stats.hxx"
#include "DatabasePlugin.hxx" #include "DatabasePlugin.hxx"
#include "db/SimpleDatabasePlugin.hxx" #include "db/SimpleDatabasePlugin.hxx"
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
#include "DespotifyUtils.hxx" #include "DespotifyUtils.hxx"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "tag/TagBuilder.hxx" #include "tag/TagBuilder.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigOption.hxx" #include "config/ConfigOption.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "Log.hxx" #include "Log.hxx"
......
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
#include "FilterConfig.hxx" #include "FilterConfig.hxx"
#include "filter/ChainFilterPlugin.hxx" #include "filter/ChainFilterPlugin.hxx"
#include "FilterPlugin.hxx" #include "FilterPlugin.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "ConfigOption.hxx" #include "config/ConfigOption.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigError.hxx" #include "config/ConfigError.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include <algorithm> #include <algorithm>
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
#include "config.h" #include "config.h"
#include "FilterPlugin.hxx" #include "FilterPlugin.hxx"
#include "FilterRegistry.hxx" #include "FilterRegistry.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "ConfigError.hxx" #include "config/ConfigError.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include <assert.h> #include <assert.h>
......
...@@ -23,9 +23,9 @@ ...@@ -23,9 +23,9 @@
#include "InputPlugin.hxx" #include "InputPlugin.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigOption.hxx" #include "config/ConfigOption.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>
......
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
#include "Main.hxx" #include "Main.hxx"
#include "Instance.hxx" #include "Instance.hxx"
#include "Client.hxx" #include "Client.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigOption.hxx" #include "config/ConfigOption.hxx"
#include "event/ServerSocket.hxx" #include "event/ServerSocket.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
......
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
#include "LogInit.hxx" #include "LogInit.hxx"
#include "LogBackend.hxx" #include "LogBackend.hxx"
#include "Log.hxx" #include "Log.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigOption.hxx" #include "config/ConfigOption.hxx"
#include "system/FatalError.hxx" #include "system/FatalError.hxx"
#include "fs/AllocatedPath.hxx" #include "fs/AllocatedPath.hxx"
#include "fs/FileSystem.hxx" #include "fs/FileSystem.hxx"
......
...@@ -61,10 +61,10 @@ ...@@ -61,10 +61,10 @@
#include "util/Error.hxx" #include "util/Error.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "thread/Id.hxx" #include "thread/Id.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "ConfigDefaults.hxx" #include "config/ConfigDefaults.hxx"
#include "ConfigOption.hxx" #include "config/ConfigOption.hxx"
#include "Stats.hxx" #include "Stats.hxx"
#ifdef ENABLE_INOTIFY #ifdef ENABLE_INOTIFY
......
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
#include "config.h" #include "config.h"
#include "Permission.hxx" #include "Permission.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigOption.hxx" #include "config/ConfigOption.hxx"
#include "system/FatalError.hxx" #include "system/FatalError.hxx"
#include <algorithm> #include <algorithm>
......
...@@ -26,9 +26,9 @@ ...@@ -26,9 +26,9 @@
#include "DetachedSong.hxx" #include "DetachedSong.hxx"
#include "Mapper.hxx" #include "Mapper.hxx"
#include "fs/TextFile.hxx" #include "fs/TextFile.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigOption.hxx" #include "config/ConfigOption.hxx"
#include "ConfigDefaults.hxx" #include "config/ConfigDefaults.hxx"
#include "Idle.hxx" #include "Idle.hxx"
#include "fs/Limits.hxx" #include "fs/Limits.hxx"
#include "fs/AllocatedPath.hxx" #include "fs/AllocatedPath.hxx"
......
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
#include "queue/QueueSave.hxx" #include "queue/QueueSave.hxx"
#include "fs/TextFile.hxx" #include "fs/TextFile.hxx"
#include "PlayerControl.hxx" #include "PlayerControl.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigOption.hxx" #include "config/ConfigOption.hxx"
#include "fs/Limits.hxx" #include "fs/Limits.hxx"
#include "util/CharUtil.hxx" #include "util/CharUtil.hxx"
#include "util/StringUtil.hxx" #include "util/StringUtil.hxx"
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
#include "config.h" #include "config.h"
#include "ReplayGainConfig.hxx" #include "ReplayGainConfig.hxx"
#include "Idle.hxx" #include "Idle.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "system/FatalError.hxx" #include "system/FatalError.hxx"
#include <assert.h> #include <assert.h>
......
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
#include "playlist/PlaylistRegistry.hxx" #include "playlist/PlaylistRegistry.hxx"
#include "Mapper.hxx" #include "Mapper.hxx"
#include "ExcludeList.hxx" #include "ExcludeList.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigOption.hxx" #include "config/ConfigOption.hxx"
#include "fs/AllocatedPath.hxx" #include "fs/AllocatedPath.hxx"
#include "fs/Traits.hxx" #include "fs/Traits.hxx"
#include "fs/FileSystem.hxx" #include "fs/FileSystem.hxx"
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include "LightSong.hxx" #include "LightSong.hxx"
#include "SongFilter.hxx" #include "SongFilter.hxx"
#include "Compiler.h" #include "Compiler.h"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "tag/TagBuilder.hxx" #include "tag/TagBuilder.hxx"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include "DatabaseLock.hxx" #include "DatabaseLock.hxx"
#include "DatabaseError.hxx" #include "DatabaseError.hxx"
#include "fs/TextFile.hxx" #include "fs/TextFile.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "fs/FileSystem.hxx" #include "fs/FileSystem.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include "DatabaseError.hxx" #include "DatabaseError.hxx"
#include "LightDirectory.hxx" #include "LightDirectory.hxx"
#include "LightSong.hxx" #include "LightSong.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "tag/TagBuilder.hxx" #include "tag/TagBuilder.hxx"
#include "tag/TagTable.hxx" #include "tag/TagTable.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include "MixRampInfo.hxx" #include "MixRampInfo.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
// IWYU pragma: end_exports // IWYU pragma: end_exports
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
#include "config.h" #include "config.h"
#include "DecoderList.hxx" #include "DecoderList.hxx"
#include "DecoderPlugin.hxx" #include "DecoderPlugin.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "plugins/AudiofileDecoderPlugin.hxx" #include "plugins/AudiofileDecoderPlugin.hxx"
#include "plugins/PcmDecoderPlugin.hxx" #include "plugins/PcmDecoderPlugin.hxx"
#include "plugins/DsdiffDecoderPlugin.hxx" #include "plugins/DsdiffDecoderPlugin.hxx"
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "MadDecoderPlugin.hxx" #include "MadDecoderPlugin.hxx"
#include "../DecoderAPI.hxx" #include "../DecoderAPI.hxx"
#include "InputStream.hxx" #include "InputStream.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "tag/TagId3.hxx" #include "tag/TagId3.hxx"
#include "tag/TagRva2.hxx" #include "tag/TagRva2.hxx"
#include "tag/TagHandler.hxx" #include "tag/TagHandler.hxx"
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include "EncoderPlugin.hxx" #include "EncoderPlugin.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
// IWYU pragma: end_exports // IWYU pragma: end_exports
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include "../EncoderAPI.hxx" #include "../EncoderAPI.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include "pcm/PcmBuffer.hxx" #include "pcm/PcmBuffer.hxx"
#include "ConfigError.hxx" #include "config/ConfigError.hxx"
#include "util/Manual.hxx" #include "util/Manual.hxx"
#include "util/DynamicFifoBuffer.hxx" #include "util/DynamicFifoBuffer.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "LameEncoderPlugin.hxx" #include "LameEncoderPlugin.hxx"
#include "../EncoderAPI.hxx" #include "../EncoderAPI.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include "ConfigError.hxx" #include "config/ConfigError.hxx"
#include "util/NumberParser.hxx" #include "util/NumberParser.hxx"
#include "util/ReusableArray.hxx" #include "util/ReusableArray.hxx"
#include "util/Manual.hxx" #include "util/Manual.hxx"
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include "OggSerial.hxx" #include "OggSerial.hxx"
#include "../EncoderAPI.hxx" #include "../EncoderAPI.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include "ConfigError.hxx" #include "config/ConfigError.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "system/ByteOrder.hxx" #include "system/ByteOrder.hxx"
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "config.h" #include "config.h"
#include "../EncoderAPI.hxx" #include "../EncoderAPI.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include "ConfigError.hxx" #include "config/ConfigError.hxx"
#include "util/Manual.hxx" #include "util/Manual.hxx"
#include "util/NumberParser.hxx" #include "util/NumberParser.hxx"
#include "util/DynamicFifoBuffer.hxx" #include "util/DynamicFifoBuffer.hxx"
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "TwolameEncoderPlugin.hxx" #include "TwolameEncoderPlugin.hxx"
#include "../EncoderAPI.hxx" #include "../EncoderAPI.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include "ConfigError.hxx" #include "config/ConfigError.hxx"
#include "util/NumberParser.hxx" #include "util/NumberParser.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include "../EncoderAPI.hxx" #include "../EncoderAPI.hxx"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include "ConfigError.hxx" #include "config/ConfigError.hxx"
#include "util/NumberParser.hxx" #include "util/NumberParser.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include "FilterInternal.hxx" #include "FilterInternal.hxx"
#include "FilterRegistry.hxx" #include "FilterRegistry.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include <assert.h> #include <assert.h>
......
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
*/ */
#include "config.h" #include "config.h"
#include "ConfigError.hxx" #include "config/ConfigError.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include "FilterPlugin.hxx" #include "FilterPlugin.hxx"
#include "FilterInternal.hxx" #include "FilterInternal.hxx"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "config.h" #include "config.h"
#include "Config.hxx" #include "Config.hxx"
#include "Charset.hxx" #include "Charset.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include <glib.h> #include <glib.h>
......
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
#include "system/ByteOrder.hxx" #include "system/ByteOrder.hxx"
#include "fs/AllocatedPath.hxx" #include "fs/AllocatedPath.hxx"
#include "Log.hxx" #include "Log.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "ConfigError.hxx" #include "config/ConfigError.hxx"
#include <stdio.h> #include <stdio.h>
#include <stdint.h> #include <stdint.h>
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
#include "CurlInputPlugin.hxx" #include "CurlInputPlugin.hxx"
#include "InputStream.hxx" #include "InputStream.hxx"
#include "InputPlugin.hxx" #include "InputPlugin.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "tag/TagBuilder.hxx" #include "tag/TagBuilder.hxx"
#include "IcyMetaDataParser.hxx" #include "IcyMetaDataParser.hxx"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "config.h" #include "config.h"
#include "MixerInternal.hxx" #include "MixerInternal.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "system/fd_util.h" #include "system/fd_util.h"
#include "util/ASCII.hxx" #include "util/ASCII.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "FilterInternal.hxx" #include "FilterInternal.hxx"
#include "filter/VolumeFilterPlugin.hxx" #include "filter/VolumeFilterPlugin.hxx"
#include "pcm/Volume.hxx" #include "pcm/Volume.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include <assert.h> #include <assert.h>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include "OutputInternal.hxx" #include "OutputInternal.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
// IWYU pragma: end_exports // IWYU pragma: end_exports
......
...@@ -28,9 +28,9 @@ ...@@ -28,9 +28,9 @@
#include "MusicChunk.hxx" #include "MusicChunk.hxx"
#include "system/FatalError.hxx" #include "system/FatalError.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigOption.hxx" #include "config/ConfigOption.hxx"
#include "notify.hxx" #include "notify.hxx"
#include <assert.h> #include <assert.h>
......
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
#include "filter/AutoConvertFilterPlugin.hxx" #include "filter/AutoConvertFilterPlugin.hxx"
#include "filter/ReplayGainFilterPlugin.hxx" #include "filter/ReplayGainFilterPlugin.hxx"
#include "filter/ChainFilterPlugin.hxx" #include "filter/ChainFilterPlugin.hxx"
#include "ConfigError.hxx" #include "config/ConfigError.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "Log.hxx" #include "Log.hxx"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "config.h" #include "config.h"
#include "FifoOutputPlugin.hxx" #include "FifoOutputPlugin.hxx"
#include "ConfigError.hxx" #include "config/ConfigError.hxx"
#include "../OutputAPI.hxx" #include "../OutputAPI.hxx"
#include "Timer.hxx" #include "Timer.hxx"
#include "fs/AllocatedPath.hxx" #include "fs/AllocatedPath.hxx"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "config.h" #include "config.h"
#include "JackOutputPlugin.hxx" #include "JackOutputPlugin.hxx"
#include "../OutputAPI.hxx" #include "../OutputAPI.hxx"
#include "ConfigError.hxx" #include "config/ConfigError.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "Log.hxx" #include "Log.hxx"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "config.h" #include "config.h"
#include "PipeOutputPlugin.hxx" #include "PipeOutputPlugin.hxx"
#include "../OutputAPI.hxx" #include "../OutputAPI.hxx"
#include "ConfigError.hxx" #include "config/ConfigError.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include "../OutputAPI.hxx" #include "../OutputAPI.hxx"
#include "encoder/EncoderPlugin.hxx" #include "encoder/EncoderPlugin.hxx"
#include "encoder/EncoderList.hxx" #include "encoder/EncoderList.hxx"
#include "ConfigError.hxx" #include "config/ConfigError.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "system/fd_util.h" #include "system/fd_util.h"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include "../OutputAPI.hxx" #include "../OutputAPI.hxx"
#include "encoder/EncoderPlugin.hxx" #include "encoder/EncoderPlugin.hxx"
#include "encoder/EncoderList.hxx" #include "encoder/EncoderList.hxx"
#include "ConfigError.hxx" #include "config/ConfigError.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "system/FatalError.hxx" #include "system/FatalError.hxx"
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#include "config.h" #include "config.h"
#include "ConfiguredResampler.hxx" #include "ConfiguredResampler.hxx"
#include "FallbackResampler.hxx" #include "FallbackResampler.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigOption.hxx" #include "config/ConfigOption.hxx"
#include "ConfigError.hxx" #include "config/ConfigError.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#ifdef HAVE_LIBSAMPLERATE #ifdef HAVE_LIBSAMPLERATE
......
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
#include "util/StringUtil.hxx" #include "util/StringUtil.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "util/Macros.hxx" #include "util/Macros.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "system/FatalError.hxx" #include "system/FatalError.hxx"
#include "Log.hxx" #include "Log.hxx"
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "SoundCloudPlaylistPlugin.hxx" #include "SoundCloudPlaylistPlugin.hxx"
#include "../PlaylistPlugin.hxx" #include "../PlaylistPlugin.hxx"
#include "../MemorySongEnumerator.hxx" #include "../MemorySongEnumerator.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "InputStream.hxx" #include "InputStream.hxx"
#include "tag/TagBuilder.hxx" #include "tag/TagBuilder.hxx"
#include "util/StringUtil.hxx" #include "util/StringUtil.hxx"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
#include "TagConfig.hxx" #include "TagConfig.hxx"
#include "TagSettings.h" #include "TagSettings.h"
#include "Tag.hxx" #include "Tag.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigOption.hxx" #include "config/ConfigOption.hxx"
#include "system/FatalError.hxx" #include "system/FatalError.hxx"
#include "util/Alloc.hxx" #include "util/Alloc.hxx"
#include "util/ASCII.hxx" #include "util/ASCII.hxx"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "util/Error.hxx" #include "util/Error.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "Log.hxx" #include "Log.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "Riff.hxx" #include "Riff.hxx"
#include "Aiff.hxx" #include "Aiff.hxx"
#include "fs/Path.hxx" #include "fs/Path.hxx"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
#include "ZeroconfGlue.hxx" #include "ZeroconfGlue.hxx"
#include "ZeroconfAvahi.hxx" #include "ZeroconfAvahi.hxx"
#include "ZeroconfBonjour.hxx" #include "ZeroconfBonjour.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigOption.hxx" #include "config/ConfigOption.hxx"
#include "Listen.hxx" #include "Listen.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "Log.hxx" #include "Log.hxx"
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
#include "LightDirectory.hxx" #include "LightDirectory.hxx"
#include "LightSong.hxx" #include "LightSong.hxx"
#include "PlaylistVector.hxx" #include "PlaylistVector.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "tag/TagConfig.hxx" #include "tag/TagConfig.hxx"
#include "fs/Path.hxx" #include "fs/Path.hxx"
#include "event/Loop.hxx" #include "event/Loop.hxx"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include "DetachedSong.hxx" #include "DetachedSong.hxx"
#include "playlist/SongEnumerator.hxx" #include "playlist/SongEnumerator.hxx"
#include "InputStream.hxx" #include "InputStream.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "decoder/DecoderList.hxx" #include "decoder/DecoderList.hxx"
#include "InputInit.hxx" #include "InputInit.hxx"
#include "IOThread.hxx" #include "IOThread.hxx"
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "tag/TagId3.hxx" #include "tag/TagId3.hxx"
#include "tag/TagRva2.hxx" #include "tag/TagRva2.hxx"
#include "ReplayGainInfo.hxx" #include "ReplayGainInfo.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "fs/Path.hxx" #include "fs/Path.hxx"
#include "Log.hxx" #include "Log.hxx"
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "IOThread.hxx" #include "IOThread.hxx"
#include "InputInit.hxx" #include "InputInit.hxx"
#include "InputStream.hxx" #include "InputStream.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "stdbin.h" #include "stdbin.h"
#include "TextInputStream.hxx" #include "TextInputStream.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include "config.h" #include "config.h"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "fs/Path.hxx" #include "fs/Path.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "Log.hxx" #include "Log.hxx"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "GlobalEvents.hxx" #include "GlobalEvents.hxx"
#include "Main.hxx" #include "Main.hxx"
#include "event/Loop.hxx" #include "event/Loop.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "Log.hxx" #include "Log.hxx"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "AudioParser.hxx" #include "AudioParser.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include "pcm/PcmConvert.hxx" #include "pcm/PcmConvert.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "util/FifoBuffer.hxx" #include "util/FifoBuffer.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "Log.hxx" #include "Log.hxx"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include "encoder/EncoderPlugin.hxx" #include "encoder/EncoderPlugin.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include "AudioParser.hxx" #include "AudioParser.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include "Log.hxx" #include "Log.hxx"
#include "stdbin.h" #include "stdbin.h"
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
*/ */
#include "config.h" #include "config.h"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "fs/Path.hxx" #include "fs/Path.hxx"
#include "AudioParser.hxx" #include "AudioParser.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "TagSave.hxx" #include "TagSave.hxx"
#include "stdbin.h" #include "stdbin.h"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "InputStream.hxx" #include "InputStream.hxx"
#include "InputInit.hxx" #include "InputInit.hxx"
#include "IOThread.hxx" #include "IOThread.hxx"
......
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
#include "output/OutputControl.hxx" #include "output/OutputControl.hxx"
#include "output/OutputInternal.hxx" #include "output/OutputInternal.hxx"
#include "output/OutputPlugin.hxx" #include "output/OutputPlugin.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "ConfigOption.hxx" #include "config/ConfigOption.hxx"
#include "Idle.hxx" #include "Idle.hxx"
#include "Main.hxx" #include "Main.hxx"
#include "event/Loop.hxx" #include "event/Loop.hxx"
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "encoder/EncoderList.hxx" #include "encoder/EncoderList.hxx"
#include "encoder/EncoderPlugin.hxx" #include "encoder/EncoderPlugin.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include "ConfigData.hxx" #include "config/ConfigData.hxx"
#include "stdbin.h" #include "stdbin.h"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "tag/TagBuilder.hxx" #include "tag/TagBuilder.hxx"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "config.h" #include "config.h"
#include "stdbin.h" #include "stdbin.h"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "IOThread.hxx" #include "IOThread.hxx"
#include "InputInit.hxx" #include "InputInit.hxx"
#include "archive/ArchiveList.hxx" #include "archive/ArchiveList.hxx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment