Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-02-24 03:09:36 +0300
committerJunio C Hamano <gitster@pobox.com>2023-02-24 04:25:30 +0300
commitf524970185963a180ecf3a750a31405c4d0de484 (patch)
tree42d903d6bdde46b4b6575fb01da195c0e1bb28af /diff.h
parenteef65c716ceb23fd4570d1a0dfbd84d7b5f1e039 (diff)
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"