aboutsummaryrefslogtreecommitdiffstats
path: root/src/Main.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-24 00:14:54 +0100
committerMax Kellermann <max@duempel.org>2014-01-24 00:14:54 +0100
commit6b70f5e49097c334c461994bb855709977bd8dae (patch)
tree739b8a1b6ba02a95729d7743bb79290abda74934 /src/Main.cxx
parent4aa6d39fd8dfbb822db2f156ba371c1a5000f35c (diff)
downloadmpd-6b70f5e49097c334c461994bb855709977bd8dae.tar.gz
mpd-6b70f5e49097c334c461994bb855709977bd8dae.tar.xz
mpd-6b70f5e49097c334c461994bb855709977bd8dae.zip
Zeroconf*: move to zeroconf/
Diffstat (limited to '')
-rw-r--r--src/Main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx
index 28afd12cf..8f6780661 100644
--- a/src/Main.cxx
+++ b/src/Main.cxx
@@ -52,7 +52,7 @@
#include "fs/Config.hxx"
#include "fs/StandardDirectory.hxx"
#include "playlist/PlaylistRegistry.hxx"
-#include "ZeroconfGlue.hxx"
+#include "zeroconf/ZeroconfGlue.hxx"
#include "decoder/DecoderList.hxx"
#include "AudioConfig.hxx"
#include "pcm/PcmConvert.hxx"