aboutsummaryrefslogtreecommitdiff
path: root/src/Main.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-30 21:47:12 +0100
committerMax Kellermann <max@duempel.org>2013-01-30 21:47:12 +0100
commitd664baff2699842f2182968f5c26dbf63babdeff (patch)
tree387920b40478228d7c0ba0574c2415dd3ee91a8c /src/Main.cxx
parent3275d4c6fa40c66c410bd279f3571ba36f95c4d6 (diff)
audio_{parser,config}: 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 a22ee631..63a78d0e 100644
--- a/src/Main.cxx
+++ b/src/Main.cxx
@@ -51,11 +51,11 @@
#include "PlaylistRegistry.hxx"
#include "ZeroconfGlue.hxx"
#include "DecoderList.hxx"
+#include "AudioConfig.hxx"
extern "C" {
#include "daemon.h"
#include "stats.h"
-#include "audio_config.h"
#include "pcm_resample.h"
}