diff options
author | Calvin Wan <calvinwan@google.com> | 2023-07-05 19:09:23 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-07-05 20:41:59 +0200 |
commit | da9502ff4dc495471a1a080dc297cd6e4628c10c (patch) | |
tree | cfabba88abe1a3ec512e992f3d0057061a72dcbe /builtin/rebase.c | |
parent | kwset: move translation table from ctype (diff) | |
download | git-da9502ff4dc495471a1a080dc297cd6e4628c10c.tar.xz git-da9502ff4dc495471a1a080dc297cd6e4628c10c.zip |
treewide: remove unnecessary includes for wrapper.h
Signed-off-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/rebase.c')
-rw-r--r-- | builtin/rebase.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/rebase.c b/builtin/rebase.c index 91849f920f..15ce546565 100644 --- a/builtin/rebase.c +++ b/builtin/rebase.c @@ -37,7 +37,6 @@ #include "reset.h" #include "trace2.h" #include "hook.h" -#include "wrapper.h" static char const * const builtin_rebase_usage[] = { N_("git rebase [-i] [options] [--exec <cmd>] " |