1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-28 10:55:11 +02:00

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>
This commit is contained in:
Elijah Newren 2023-02-24 00:09:36 +00:00 committed by Junio C Hamano
parent eef65c716c
commit f524970185

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"