diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-07-31 14:38:56 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-07-31 14:38:56 -0700 |
commit | 0bdce88004b768a0d12f64de0b71946c444f616c (patch) | |
tree | 26d62763f711e39ccadd144ee17dbc634b986d53 /builtin/verify-commit.c | |
parent | Git 2.23-rc0 (diff) | |
parent | wt-status.h: drop stdio.h include (diff) | |
download | tgif-0bdce88004b768a0d12f64de0b71946c444f616c.tar.xz |
Merge branch 'jk/no-system-includes-in-dot-c'
Compilation fix.
* jk/no-system-includes-in-dot-c:
wt-status.h: drop stdio.h include
verify-tag: drop signal.h include
Diffstat (limited to 'builtin/verify-commit.c')
-rw-r--r-- | builtin/verify-commit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/verify-commit.c b/builtin/verify-commit.c index 4b9e823f8f..40c69a0bed 100644 --- a/builtin/verify-commit.c +++ b/builtin/verify-commit.c @@ -12,7 +12,6 @@ #include "repository.h" #include "commit.h" #include "run-command.h" -#include <signal.h> #include "parse-options.h" #include "gpg-interface.h" |