aboutsummaryrefslogtreecommitdiffstats
path: root/refs/debug.c
diff options
context:
space:
mode:
authorKarthik Nayak <karthik.188@gmail.com>2025-10-07 14:11:25 +0200
committerJunio C Hamano <gitster@pobox.com>2025-10-07 09:22:57 -0700
commit2d2920c0cebd9e3537e9068a6ef5c60b389ce4a0 (patch)
treec83aaa11274639b35ae66a53f25ea5c671359bdd /refs/debug.c
parentGit 2.51 (diff)
downloadgit-2d2920c0cebd9e3537e9068a6ef5c60b389ce4a0.tar.gz
git-2d2920c0cebd9e3537e9068a6ef5c60b389ce4a0.zip
refs: remove unused headers
In the 'refs/' namespace, some of the included header files are not needed, let's remove them. Signed-off-by: Karthik Nayak <karthik.188@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'refs/debug.c')
-rw-r--r--refs/debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/refs/debug.c b/refs/debug.c
index da300efaf3..7fe1c2619e 100644
--- a/refs/debug.c
+++ b/refs/debug.c
@@ -1,7 +1,6 @@
#include "git-compat-util.h"
#include "hex.h"
#include "refs-internal.h"
-#include "string-list.h"
#include "trace.h"
static struct trace_key trace_refs = TRACE_KEY_INIT(REFS);