Config*: move to config/

This commit is contained in:
Max Kellermann
2014-01-24 00:20:01 +01:00
parent 129eb178eb
commit 197b503f3e
80 changed files with 111 additions and 111 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"