diff options
author | Max Kellermann <max@duempel.org> | 2013-01-30 21:47:12 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-30 21:47:12 +0100 |
commit | d664baff2699842f2182968f5c26dbf63babdeff (patch) | |
tree | 387920b40478228d7c0ba0574c2415dd3ee91a8c /src/Main.cxx | |
parent | 3275d4c6fa40c66c410bd279f3571ba36f95c4d6 (diff) | |
download | mpd-d664baff2699842f2182968f5c26dbf63babdeff.tar.gz mpd-d664baff2699842f2182968f5c26dbf63babdeff.tar.xz mpd-d664baff2699842f2182968f5c26dbf63babdeff.zip |
audio_{parser,config}: convert to C++
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index a22ee6313..63a78d0e4 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" } |