diff options
| author | Elijah Newren <newren@gmail.com> | 2023-02-24 00:09:27 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-02-23 17:25:29 -0800 |
| commit | 41771fa435a44ff8be3f23753bde0309a2a65b03 (patch) | |
| tree | b0e8d11299caa6a01b56bdd5b367ed0b51ad087a /compat/fsmonitor/fsm-ipc-darwin.c | |
| parent | hex.h: move some hex-related declarations from cache.h (diff) | |
| download | git-41771fa435a44ff8be3f23753bde0309a2a65b03.tar.gz 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 'compat/fsmonitor/fsm-ipc-darwin.c')
| -rw-r--r-- | compat/fsmonitor/fsm-ipc-darwin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/fsmonitor/fsm-ipc-darwin.c b/compat/fsmonitor/fsm-ipc-darwin.c index d67b0ee50d..eb25123fa1 100644 --- a/compat/fsmonitor/fsm-ipc-darwin.c +++ b/compat/fsmonitor/fsm-ipc-darwin.c @@ -1,5 +1,6 @@ #include "cache.h" #include "config.h" +#include "hex.h" #include "strbuf.h" #include "fsmonitor.h" #include "fsmonitor-ipc.h" |
