cache.h: remove dependence on hex.h; make other files include it explicitly

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:27 +00:00
committed by Junio C Hamano
parent b73ecb4811
commit 41771fa435
173 changed files with 172 additions and 1 deletions

1
refs.c
View File

@ -6,6 +6,7 @@
#include "alloc.h"
#include "config.h"
#include "hashmap.h"
#include "hex.h"
#include "lockfile.h"
#include "iterator.h"
#include "refs.h"