diff options
Diffstat (limited to '')
-rw-r--r-- | src/DecoderControl.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/DecoderControl.cxx b/src/DecoderControl.cxx index bd075ed71..58d109483 100644 --- a/src/DecoderControl.cxx +++ b/src/DecoderControl.cxx @@ -19,12 +19,9 @@ #include "config.h" #include "DecoderControl.hxx" +#include "MusicPipe.hxx" #include "song.h" -extern "C" { -#include "pipe.h" -} - #include <assert.h> #undef G_LOG_DOMAIN |