sig_handlers, log: convert to C++

This commit is contained in:
Max Kellermann
2013-01-09 22:33:06 +01:00
parent d3e1b72d38
commit 8eacd13ce7
7 changed files with 19 additions and 25 deletions

View File

@@ -41,15 +41,15 @@
#include "conf.h"
#include "replay_gain_config.h"
#include "Idle.hxx"
#include "SignalHandlers.hxx"
#include "Log.hxx"
extern "C" {
#include "daemon.h"
#include "io_thread.h"
#include "path.h"
#include "stats.h"
#include "sig_handlers.h"
#include "audio_config.h"
#include "log.h"
#include "pcm_resample.h"
#include "decoder_list.h"
#include "input_init.h"