move daemonization code to unix/

This commit is contained in:
Max Kellermann
2014-01-24 16:12:10 +01:00
parent f8bfea8bae
commit 299ff2b23f
7 changed files with 5 additions and 5 deletions

View File

@@ -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"