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/zeroconf/ZeroconfGlue.cxx | |
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/zeroconf/ZeroconfGlue.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zeroconf/ZeroconfGlue.cxx b/src/zeroconf/ZeroconfGlue.cxx index 05bb3c17c..95797491b 100644 --- a/src/zeroconf/ZeroconfGlue.cxx +++ b/src/zeroconf/ZeroconfGlue.cxx @@ -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" |