aboutsummaryrefslogtreecommitdiff
path: root/src/Main.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 11:05:44 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 11:05:44 +0100
commite30a2dd2d7b7749562ba01bc004c6005c8401a12 (patch)
treec55d45f4ea0a6103f3b9d721057da50b83a5ce23 /src/Main.cxx
parent7e07daf8cb8dd19f386e121cba989013ba86407c (diff)
listen: convert to C++
Diffstat (limited to 'src/Main.cxx')
-rw-r--r--src/Main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx
index fa21ddbd..88be49e4 100644
--- a/src/Main.cxx
+++ b/src/Main.cxx
@@ -28,6 +28,7 @@
#include "DatabaseGlue.hxx"
#include "DatabaseSimple.hxx"
#include "Permission.hxx"
+#include "Listen.hxx"
extern "C" {
#include "daemon.h"
@@ -37,7 +38,6 @@ extern "C" {
#include "idle.h"
#include "AllCommands.h"
#include "playlist.h"
-#include "listen.h"
#include "cmdline.h"
#include "conf.h"
#include "path.h"