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/fast-import.c | |
| parent | 28aed75a9fe72f265bff24a02b962616b3f36ad3 (diff) | |
| download | git-da9502ff4dc495471a1a080dc297cd6e4628c10c.tar.gz | |
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/fast-import.c')
| -rw-r--r-- | builtin/fast-import.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/fast-import.c b/builtin/fast-import.c index 2ee19c7373..4dbb10aff3 100644 --- a/builtin/fast-import.c +++ b/builtin/fast-import.c @@ -26,7 +26,6 @@ #include "commit-reach.h" #include "khash.h" #include "date.h" -#include "wrapper.h" #define PACK_ID_BITS 16 #define MAX_PACK_ID ((1<<PACK_ID_BITS)-1) |
