diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 00:20:01 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 00:20:01 +0100 |
commit | 197b503f3ecbf68191b37a7c5fb9c25e975059ce (patch) | |
tree | e5889c528790eeddc6e98fdce4c87d34cdd1f588 /src/config | |
parent | 129eb178eb45fd148ee8b9822b11e7a4bf8ccc00 (diff) | |
download | mpd-197b503f3ecbf68191b37a7c5fb9c25e975059ce.tar.gz mpd-197b503f3ecbf68191b37a7c5fb9c25e975059ce.tar.xz mpd-197b503f3ecbf68191b37a7c5fb9c25e975059ce.zip |
Config*: move to config/
Diffstat (limited to '')
-rw-r--r-- | src/config/ConfigData.cxx (renamed from src/ConfigData.cxx) | 0 | ||||
-rw-r--r-- | src/config/ConfigData.hxx (renamed from src/ConfigData.hxx) | 0 | ||||
-rw-r--r-- | src/config/ConfigDefaults.hxx (renamed from src/ConfigDefaults.hxx) | 0 | ||||
-rw-r--r-- | src/config/ConfigError.cxx (renamed from src/ConfigError.cxx) | 0 | ||||
-rw-r--r-- | src/config/ConfigError.hxx (renamed from src/ConfigError.hxx) | 0 | ||||
-rw-r--r-- | src/config/ConfigFile.cxx (renamed from src/ConfigFile.cxx) | 0 | ||||
-rw-r--r-- | src/config/ConfigFile.hxx (renamed from src/ConfigFile.hxx) | 0 | ||||
-rw-r--r-- | src/config/ConfigGlobal.cxx (renamed from src/ConfigGlobal.cxx) | 0 | ||||
-rw-r--r-- | src/config/ConfigGlobal.hxx (renamed from src/ConfigGlobal.hxx) | 0 | ||||
-rw-r--r-- | src/config/ConfigOption.hxx (renamed from src/ConfigOption.hxx) | 0 | ||||
-rw-r--r-- | src/config/ConfigParser.cxx (renamed from src/ConfigParser.cxx) | 0 | ||||
-rw-r--r-- | src/config/ConfigParser.hxx (renamed from src/ConfigParser.hxx) | 0 | ||||
-rw-r--r-- | src/config/ConfigPath.cxx (renamed from src/ConfigPath.cxx) | 0 | ||||
-rw-r--r-- | src/config/ConfigPath.hxx (renamed from src/ConfigPath.hxx) | 0 | ||||
-rw-r--r-- | src/config/ConfigTemplates.cxx (renamed from src/ConfigTemplates.cxx) | 0 | ||||
-rw-r--r-- | src/config/ConfigTemplates.hxx (renamed from src/ConfigTemplates.hxx) | 0 |
16 files changed, 0 insertions, 0 deletions
diff --git a/src/ConfigData.cxx b/src/config/ConfigData.cxx index 70e1e55ed..70e1e55ed 100644 --- a/src/ConfigData.cxx +++ b/src/config/ConfigData.cxx diff --git a/src/ConfigData.hxx b/src/config/ConfigData.hxx index e42d674ba..e42d674ba 100644 --- a/src/ConfigData.hxx +++ b/src/config/ConfigData.hxx diff --git a/src/ConfigDefaults.hxx b/src/config/ConfigDefaults.hxx index c50f28c91..c50f28c91 100644 --- a/src/ConfigDefaults.hxx +++ b/src/config/ConfigDefaults.hxx diff --git a/src/ConfigError.cxx b/src/config/ConfigError.cxx index 70aff7175..70aff7175 100644 --- a/src/ConfigError.cxx +++ b/src/config/ConfigError.cxx diff --git a/src/ConfigError.hxx b/src/config/ConfigError.hxx index cbfa79df3..cbfa79df3 100644 --- a/src/ConfigError.hxx +++ b/src/config/ConfigError.hxx diff --git a/src/ConfigFile.cxx b/src/config/ConfigFile.cxx index f045213a4..f045213a4 100644 --- a/src/ConfigFile.cxx +++ b/src/config/ConfigFile.cxx diff --git a/src/ConfigFile.hxx b/src/config/ConfigFile.hxx index b87182c6a..b87182c6a 100644 --- a/src/ConfigFile.hxx +++ b/src/config/ConfigFile.hxx diff --git a/src/ConfigGlobal.cxx b/src/config/ConfigGlobal.cxx index c7d16d3e7..c7d16d3e7 100644 --- a/src/ConfigGlobal.cxx +++ b/src/config/ConfigGlobal.cxx diff --git a/src/ConfigGlobal.hxx b/src/config/ConfigGlobal.hxx index abce424de..abce424de 100644 --- a/src/ConfigGlobal.hxx +++ b/src/config/ConfigGlobal.hxx diff --git a/src/ConfigOption.hxx b/src/config/ConfigOption.hxx index 4ee108196..4ee108196 100644 --- a/src/ConfigOption.hxx +++ b/src/config/ConfigOption.hxx diff --git a/src/ConfigParser.cxx b/src/config/ConfigParser.cxx index 3535c9a13..3535c9a13 100644 --- a/src/ConfigParser.cxx +++ b/src/config/ConfigParser.cxx diff --git a/src/ConfigParser.hxx b/src/config/ConfigParser.hxx index 06151b0bd..06151b0bd 100644 --- a/src/ConfigParser.hxx +++ b/src/config/ConfigParser.hxx diff --git a/src/ConfigPath.cxx b/src/config/ConfigPath.cxx index a3b3f83a5..a3b3f83a5 100644 --- a/src/ConfigPath.cxx +++ b/src/config/ConfigPath.cxx diff --git a/src/ConfigPath.hxx b/src/config/ConfigPath.hxx index a5518a497..a5518a497 100644 --- a/src/ConfigPath.hxx +++ b/src/config/ConfigPath.hxx diff --git a/src/ConfigTemplates.cxx b/src/config/ConfigTemplates.cxx index e9cd68b5b..e9cd68b5b 100644 --- a/src/ConfigTemplates.cxx +++ b/src/config/ConfigTemplates.cxx diff --git a/src/ConfigTemplates.hxx b/src/config/ConfigTemplates.hxx index 90d098dc0..90d098dc0 100644 --- a/src/ConfigTemplates.hxx +++ b/src/config/ConfigTemplates.hxx |