listen: convert to C++

This commit is contained in:
Max Kellermann
2013-01-03 11:05:44 +01:00
parent 7e07daf8cb
commit e30a2dd2d7
6 changed files with 13 additions and 11 deletions

View File

@@ -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"