aboutsummaryrefslogtreecommitdiffstats
path: root/src/sig_handlers.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-26 08:27:03 +0200
committerEric Wong <normalperson@yhbt.net>2008-08-30 18:28:25 -0700
commit27ce02fa9146601ab4a0210cc85c2d5f50b833f4 (patch)
tree38623105bb3ff694d37f912c9ccfb28dc03eb1a1 /src/sig_handlers.c
parentac5ec35a6e222f635912f6a7eaf3c036c71367b6 (diff)
downloadmpd-27ce02fa9146601ab4a0210cc85c2d5f50b833f4.tar.gz
mpd-27ce02fa9146601ab4a0210cc85c2d5f50b833f4.tar.xz
mpd-27ce02fa9146601ab4a0210cc85c2d5f50b833f4.zip
clean up CPP includes
Include only headers which are really required. This speeds up compilation and helps detect cross-layer accesses. [ew: minor fixups to not break on new core]
Diffstat (limited to '')
-rw-r--r--src/sig_handlers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sig_handlers.c b/src/sig_handlers.c
index 2d2e08278..6b28cb675 100644
--- a/src/sig_handlers.c
+++ b/src/sig_handlers.c
@@ -23,7 +23,6 @@
#include "command.h"
#include "signal_check.h"
#include "log.h"
-#include "decode.h"
int handlePendingSignals(void)
{