summaryrefslogtreecommitdiff
path: root/builtin/unpack-file.c
diff options
context:
space:
mode:
authorCalvin Wan <calvinwan@google.com>2023-07-05 17:09:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-07-05 18:41:59 (GMT)
commitda9502ff4dc495471a1a080dc297cd6e4628c10c (patch)
treecfabba88abe1a3ec512e992f3d0057061a72dcbe /builtin/unpack-file.c
parent28aed75a9fe72f265bff24a02b962616b3f36ad3 (diff)
downloadgit-da9502ff4dc495471a1a080dc297cd6e4628c10c.zip
git-da9502ff4dc495471a1a080dc297cd6e4628c10c.tar.gz
git-da9502ff4dc495471a1a080dc297cd6e4628c10c.tar.bz2
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/unpack-file.c')
-rw-r--r--builtin/unpack-file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/unpack-file.c b/builtin/unpack-file.c
index 6842a6c..c129e2b 100644
--- a/builtin/unpack-file.c
+++ b/builtin/unpack-file.c
@@ -3,7 +3,6 @@
#include "hex.h"
#include "object-name.h"
#include "object-store-ll.h"
-#include "wrapper.h"
static char *create_temp_file(struct object_id *oid)
{