From c2c4138c07ca4d5ffc41ace0bfda0f189d3e262e Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Sat, 23 Dec 2023 17:14:51 +0000 Subject: archive.h: remove unnecessary include The unnecessary include in the header transitively pulled in some other headers actually needed by source files, though. Have those source files explicitly include the headers they need. Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- archive.c | 1 + 1 file changed, 1 insertion(+) (limited to 'archive.c') diff --git a/archive.c b/archive.c index 4562a69a0c..50fd35bd27 100644 --- a/archive.c +++ b/archive.c @@ -5,6 +5,7 @@ #include "environment.h" #include "gettext.h" #include "hex.h" +#include "object-name.h" #include "path.h" #include "pretty.h" #include "setup.h" -- cgit v1.2.3