Git fork

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>

authored by

Karthik Nayak and committed by
Junio C Hamano
2d2920c0 c44beea4

-3
-1
refs/debug.c
··· 1 1 #include "git-compat-util.h" 2 2 #include "hex.h" 3 3 #include "refs-internal.h" 4 - #include "string-list.h" 5 4 #include "trace.h" 6 5 7 6 static struct trace_key trace_refs = TRACE_KEY_INIT(REFS);
-1
refs/files-backend.c
··· 20 20 #include "../dir-iterator.h" 21 21 #include "../lockfile.h" 22 22 #include "../object.h" 23 - #include "../object-file.h" 24 23 #include "../path.h" 25 24 #include "../dir.h" 26 25 #include "../chdir-notify.h"
-1
refs/reftable-backend.c
··· 11 11 #include "../hex.h" 12 12 #include "../iterator.h" 13 13 #include "../ident.h" 14 - #include "../lockfile.h" 15 14 #include "../object.h" 16 15 #include "../path.h" 17 16 #include "../refs.h"