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/input | |
parent | 129eb178eb45fd148ee8b9822b11e7a4bf8ccc00 (diff) | |
download | mpd-197b503f3ecbf68191b37a7c5fb9c25e975059ce.tar.gz mpd-197b503f3ecbf68191b37a7c5fb9c25e975059ce.tar.xz mpd-197b503f3ecbf68191b37a7c5fb9c25e975059ce.zip |
Config*: move to config/
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/CdioParanoiaInputPlugin.cxx | 4 | ||||
-rw-r--r-- | src/input/CurlInputPlugin.cxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/input/CdioParanoiaInputPlugin.cxx b/src/input/CdioParanoiaInputPlugin.cxx index f9264979f..297ee84dc 100644 --- a/src/input/CdioParanoiaInputPlugin.cxx +++ b/src/input/CdioParanoiaInputPlugin.cxx @@ -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> diff --git a/src/input/CurlInputPlugin.cxx b/src/input/CurlInputPlugin.cxx index ccb73a448..64321b38d 100644 --- a/src/input/CurlInputPlugin.cxx +++ b/src/input/CurlInputPlugin.cxx @@ -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" |