From d5516dee005075a7569890c0cea4235659687ea1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 10 Jan 2013 10:15:09 +0100 Subject: input_stream: convert to C++ (internally) --- src/Main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main.cxx') diff --git a/src/Main.cxx b/src/Main.cxx index bece3720..d091b964 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -44,6 +44,7 @@ #include "SignalHandlers.hxx" #include "Log.hxx" #include "GlobalEvents.hxx" +#include "InputInit.hxx" extern "C" { #include "daemon.h" @@ -53,7 +54,6 @@ extern "C" { #include "audio_config.h" #include "pcm_resample.h" #include "decoder_list.h" -#include "input_init.h" #include "playlist_list.h" #include "zeroconf.h" } -- cgit v1.2.3