diff options
| author | Calvin Wan <calvinwan@google.com> | 2023-07-05 17:09:23 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-07-05 11:41:59 -0700 |
| commit | da9502ff4dc495471a1a080dc297cd6e4628c10c (patch) | |
| tree | cfabba88abe1a3ec512e992f3d0057061a72dcbe /builtin/config.c | |
| parent | kwset: move translation table from ctype (diff) | |
| download | git-da9502ff4dc495471a1a080dc297cd6e4628c10c.tar.gz 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/config.c')
| -rw-r--r-- | builtin/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/config.c b/builtin/config.c index 6599f88b24..e944b6bb7a 100644 --- a/builtin/config.c +++ b/builtin/config.c @@ -15,7 +15,6 @@ #include "setup.h" #include "strbuf.h" #include "worktree.h" -#include "wrapper.h" static const char *const builtin_config_usage[] = { N_("git config [<options>]"), |
