From 299ff2b23ffbd3c4511768f7bfbf427315b0650d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 24 Jan 2014 16:12:10 +0100 Subject: move daemonization code to unix/ --- src/Main.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Main.cxx') diff --git a/src/Main.cxx b/src/Main.cxx index 94b510de3..912e28a62 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -41,7 +41,6 @@ #include "tag/TagConfig.hxx" #include "ReplayGainConfig.hxx" #include "Idle.hxx" -#include "SignalHandlers.hxx" #include "Log.hxx" #include "LogInit.hxx" #include "GlobalEvents.hxx" @@ -56,7 +55,8 @@ #include "decoder/DecoderList.hxx" #include "AudioConfig.hxx" #include "pcm/PcmConvert.hxx" -#include "Daemon.hxx" +#include "unix/SignalHandlers.hxx" +#include "unix/Daemon.hxx" #include "system/FatalError.hxx" #include "util/Error.hxx" #include "util/Domain.hxx" -- cgit v1.2.3