diff.h: remove unnecessary include of object.h

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Elijah Newren 2023-02-24 00:09:36 +00:00 committed by Junio C Hamano
parent eef65c716c
commit f524970185
1 changed files with 0 additions and 1 deletions

1
diff.h
View File

@ -6,7 +6,6 @@

#include "tree-walk.h"
#include "pathspec.h"
#include "object.h"
#include "oidset.h"
#include "strbuf.h"