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 коммит произвёл Junio C Hamano
Родитель eef65c716c
Коммит f524970185
1 изменённых файлов: 0 добавлений и 1 удалений

1
diff.h
Просмотреть файл

@ -6,7 +6,6 @@
#include "tree-walk.h" #include "tree-walk.h"
#include "pathspec.h" #include "pathspec.h"
#include "object.h"
#include "oidset.h" #include "oidset.h"
#include "strbuf.h" #include "strbuf.h"