aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 03:00:40 +0000
committerJunio C Hamano <gitster@pobox.com>2023-04-11 08:52:09 -0700
commit73359a9b4375e0a0c02bb6b4f50e6782837cdc3f (patch)
tree9a628318f18931636964f63668f03a024e404459 /cache.h
parent6c6ddf92d511c423b8b54fb1b01d563b6f4c58f7 (diff)
downloadgit-73359a9b4375e0a0c02bb6b4f50e6782837cdc3f.tar.xz
treewide: be explicit about dependence on convert.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 d9ca2688d8..415f0f8567 100644
--- a/cache.h
+++ b/cache.h
@@ -6,7 +6,6 @@
#include "hashmap.h"
#include "list.h"
#include "gettext.h"
-#include "convert.h"
#include "string-list.h"
#include "pack-revindex.h"
#include "hash.h"