From b6909da758f90e8f4aeea1309030364b8d6e0505 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:27:03 +0200 Subject: clean up CPP includes Include only headers which are really required. This speeds up compilation and helps detect cross-layer accesses. --- src/sig_handlers.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/sig_handlers.c') diff --git a/src/sig_handlers.c b/src/sig_handlers.c index 0a0ad6b1e..6b28cb675 100644 --- a/src/sig_handlers.c +++ b/src/sig_handlers.c @@ -23,8 +23,6 @@ #include "command.h" #include "signal_check.h" #include "log.h" -#include "player.h" -#include "decode.h" int handlePendingSignals(void) { -- cgit v1.2.3