From d47e2af76351090588ee2be3d85a2c31eb383223 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 5 Apr 2012 15:21:49 -0700 Subject: [PATCH] fsck: don't include sys/signal.h for portability reasons It isn't necessary to include sys/signal.h, and it's not available on all systems. Signed-off-by: "Theodore Ts'o" --- misc/fsck.c | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/fsck.c b/misc/fsck.c index 13cfa57..19e0dfb 100644 --- a/misc/fsck.c +++ b/misc/fsck.c @@ -30,7 +30,6 @@ #include "config.h" #include #include -#include #include #include #include -- 1.8.3.1