commit | 41771fa435a44ff8be3f23753bde0309a2a65b03 | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Fri Feb 24 00:09:27 2023 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Feb 23 17:25:29 2023 -0800 |
tree | b0e8d11299caa6a01b56bdd5b367ed0b51ad087a | |
parent | b73ecb48114926d063d7ab96943bafcc0ae913b6 [diff] [blame] |
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>
diff --git a/midx.c b/midx.c index 84d7a53..24799be 100644 --- a/midx.c +++ b/midx.c
@@ -3,6 +3,7 @@ #include "config.h" #include "csum-file.h" #include "dir.h" +#include "hex.h" #include "lockfile.h" #include "packfile.h" #include "object-store.h"