summaryrefslogtreecommitdiff
path: root/src/Listen.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-24 00:20:01 +0100
committerMax Kellermann <max@duempel.org>2014-01-24 00:20:01 +0100
commit197b503f3ecbf68191b37a7c5fb9c25e975059ce (patch)
treee5889c528790eeddc6e98fdce4c87d34cdd1f588 /src/Listen.cxx
parent129eb178eb45fd148ee8b9822b11e7a4bf8ccc00 (diff)
Config*: move to config/
Diffstat (limited to 'src/Listen.cxx')
-rw-r--r--src/Listen.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Listen.cxx b/src/Listen.cxx
index 9d9b02c48..9cdf1b823 100644
--- a/src/Listen.cxx
+++ b/src/Listen.cxx
@@ -22,9 +22,9 @@
#include "Main.hxx"
#include "Instance.hxx"
#include "Client.hxx"
-#include "ConfigData.hxx"
-#include "ConfigGlobal.hxx"
-#include "ConfigOption.hxx"
+#include "config/ConfigData.hxx"
+#include "config/ConfigGlobal.hxx"
+#include "config/ConfigOption.hxx"
#include "event/ServerSocket.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"