From: Elijah Newren Date: Fri, 24 Feb 2023 00:09:36 +0000 (+0000) Subject: diff.h: remove unnecessary include of object.h X-Git-Tag: v2.41.0-rc0~164^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f524970185963a180ecf3a750a31405c4d0de484;p=thirdparty%2Fgit.git diff.h: remove unnecessary include of object.h Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- diff --git a/diff.h b/diff.h index b90036f529..f80bd297ca 100644 --- a/diff.h +++ b/diff.h @@ -6,7 +6,6 @@ #include "tree-walk.h" #include "pathspec.h" -#include "object.h" #include "oidset.h" #include "strbuf.h"