commit.h: reduce unnecessary includes

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Elijah Newren
2023-04-22 20:17:26 +00:00
committed by Junio C Hamano
parent e1c382141d
commit d4a4f9291d
35 changed files with 39 additions and 7 deletions

1
grep.c
View File

@ -4,6 +4,7 @@
#include "grep.h"
#include "hex.h"
#include "object-store.h"
#include "pretty.h"
#include "userdiff.h"
#include "xdiff-interface.h"
#include "diff.h"