From a28fe2d9014758e18d870b1086b5a0c2be76d11f Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Sat, 23 Dec 2023 17:14:55 +0000 Subject: line-log.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 --- line-log.c | 1 + 1 file changed, 1 insertion(+) (limited to 'line-log.c') diff --git a/line-log.c b/line-log.c index a878cb7810..c276ccec54 100644 --- a/line-log.c +++ b/line-log.c @@ -1,4 +1,5 @@ #include "git-compat-util.h" +#include "diffcore.h" #include "line-range.h" #include "hex.h" #include "tag.h" -- cgit v1.2.3