summaryrefslogtreecommitdiffstats
path: root/notes-merge.c
diff options
context:
space:
mode:
authorCalvin Wan <calvinwan@google.com>2023-07-05 19:09:23 +0200
committerJunio C Hamano <gitster@pobox.com>2023-07-05 20:41:59 +0200
commitda9502ff4dc495471a1a080dc297cd6e4628c10c (patch)
treecfabba88abe1a3ec512e992f3d0057061a72dcbe /notes-merge.c
parentkwset: move translation table from ctype (diff)
downloadgit-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 'notes-merge.c')
-rw-r--r--notes-merge.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/notes-merge.c b/notes-merge.c
index 071947894e..8799b522a5 100644
--- a/notes-merge.c
+++ b/notes-merge.c
@@ -20,7 +20,6 @@
#include "trace.h"
#include "notes-utils.h"
#include "commit-reach.h"
-#include "wrapper.h"
struct notes_merge_pair {
struct object_id obj, base, local, remote;