summaryrefslogtreecommitdiffstats
path: root/builtin/cat-file.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-02-24 01:09:27 +0100
committerJunio C Hamano <gitster@pobox.com>2023-02-24 02:25:29 +0100
commit41771fa435a44ff8be3f23753bde0309a2a65b03 (patch)
treeb0e8d11299caa6a01b56bdd5b367ed0b51ad087a /builtin/cat-file.c
parenthex.h: move some hex-related declarations from cache.h (diff)
downloadgit-41771fa435a44ff8be3f23753bde0309a2a65b03.tar.xz
git-41771fa435a44ff8be3f23753bde0309a2a65b03.zip
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>
Diffstat (limited to 'builtin/cat-file.c')
-rw-r--r--builtin/cat-file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/cat-file.c b/builtin/cat-file.c
index 5b8be7cb63..3040016e27 100644
--- a/builtin/cat-file.c
+++ b/builtin/cat-file.c
@@ -9,6 +9,7 @@
#include "config.h"
#include "builtin.h"
#include "diff.h"
+#include "hex.h"
#include "parse-options.h"
#include "userdiff.h"
#include "streaming.h"