]> git.ipfire.org Git - thirdparty/git.git/commit
refs: drop unnecessary header includes
authorKarthik Nayak <karthik.188@gmail.com>
Fri, 16 Jan 2026 21:27:06 +0000 (22:27 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Jan 2026 22:06:44 +0000 (14:06 -0800)
commit5971ea236877d237d8807008441e8d6569d0d487
tree5f7021335b5d576237f2cf99058b34a39200cda2
parent8745eae506f700657882b9e32b2aa00f234a6fb6
refs: drop unnecessary header includes

The 'sigchain.h' header isn't being used and can be removed.

Similarly, 'run-command.h' serves no direct purpose here. While it gets pulled in transitively through 'hook.h', we can still drop the explicit include for clarity.

Signed-off-by: Karthik Nayak <karthik.188@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c