aboutsummaryrefslogtreecommitdiffstats
path: root/diff.h
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-02-24 00:09:36 +0000
committerJunio C Hamano <gitster@pobox.com>2023-02-23 17:25:30 -0800
commitf524970185963a180ecf3a750a31405c4d0de484 (patch)
tree42d903d6bdde46b4b6575fb01da195c0e1bb28af /diff.h
parenteef65c716ceb23fd4570d1a0dfbd84d7b5f1e039 (diff)
downloadgit-f524970185963a180ecf3a750a31405c4d0de484.tar.gz
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>
Diffstat (limited to 'diff.h')
-rw-r--r--diff.h1
1 files changed, 0 insertions, 1 deletions
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"