aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 03:00:42 +0000
committerJunio C Hamano <gitster@pobox.com>2023-04-11 08:52:09 -0700
commit6f2d74304335f571374f786537b2efe5aba9f48c (patch)
treec53ad467a1a4234a355d43c0da45f0b38055afbb /cache.h
parent75f273d9b7ce1d63c0c94e0e196107e90b3b9538 (diff)
downloadgit-6f2d74304335f571374f786537b2efe5aba9f48c.tar.xz
treewide: be explicit about dependence on oid-array.h
Signed-off-by: Elijah Newren <newren@gmail.com> Acked-by: Calvin Wan <calvinwan@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index 5f1279454a..6eac3134a2 100644
--- a/cache.h
+++ b/cache.h
@@ -11,7 +11,6 @@
#include "path.h"
#include "pathspec.h"
#include "object.h"
-#include "oid-array.h"
#include "repository.h"
#include "statinfo.h"
#include "mem-pool.h"