diff options
| author | Karthik Nayak <karthik.188@gmail.com> | 2025-10-07 14:11:25 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-07 09:22:57 -0700 |
| commit | 2d2920c0cebd9e3537e9068a6ef5c60b389ce4a0 (patch) | |
| tree | c83aaa11274639b35ae66a53f25ea5c671359bdd /refs/debug.c | |
| parent | Git 2.51 (diff) | |
| download | git-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.c | 1 |
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); |
