After switching to use the tempfile module in commit ebebeaea (gc: use tempfile module to handle gc.pid file), no declarations from sigchain.h are used in builtin/gc.c anymore. Thus, remove the #include. Signed-off-by: Tobias Klauser <tklauser@xxxxxxxxxx> --- builtin/gc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/builtin/gc.c b/builtin/gc.c index 9ff0204..dc8a242 100644 --- a/builtin/gc.c +++ b/builtin/gc.c @@ -15,7 +15,6 @@ #include "lockfile.h" #include "parse-options.h" #include "run-command.h" -#include "sigchain.h" #include "argv-array.h" #include "commit.h" -- 2.6.1.148.g7927db1 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html