diff.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:28 +00:00
committed by Junio C Hamano
parent e3d2f20e6f
commit 0e312eaa12
7 changed files with 6 additions and 1 deletions

View File

@ -5,6 +5,7 @@
#include "refs.h"
#include "revision.h"
#include "tree.h"
#include "tree-walk.h"
#include "worktree.h"
/* Remember to update object flag allocation in object.h */