diff options
| author | Elijah Newren <newren@gmail.com> | 2023-04-22 20:17:24 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-04-24 12:47:33 -0700 |
| commit | 4c98cb8e355d51520cb56ef8bdcbe9f23c55a114 (patch) | |
| tree | 9dd10d1f2564c5cbfd3cf2a0faca47a0d56d8dac | |
| parent | treewide: remove cache.h inclusion due to previous changes (diff) | |
| download | git-4c98cb8e355d51520cb56ef8bdcbe9f23c55a114.tar.gz git-4c98cb8e355d51520cb56ef8bdcbe9f23c55a114.zip | |
cache.h: remove unnecessary headers
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | cache.h | 2 | ||||
| -rw-r--r-- | compat/fsmonitor/fsm-ipc-darwin.c | 1 | ||||
| -rw-r--r-- | compat/fsmonitor/fsm-listen-darwin.c | 1 |
3 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,6 @@ #include "git-compat-util.h" #include "strbuf.h" #include "hashmap.h" -#include "gettext.h" -#include "string-list.h" #include "pathspec.h" #include "object.h" #include "statinfo.h" diff --git a/compat/fsmonitor/fsm-ipc-darwin.c b/compat/fsmonitor/fsm-ipc-darwin.c index e62f093cc1..bc68dca0ca 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 "gettext.h" #include "hex.h" #include "repository.h" #include "strbuf.h" diff --git a/compat/fsmonitor/fsm-listen-darwin.c b/compat/fsmonitor/fsm-listen-darwin.c index 5eb6402ab8..18c0e3913d 100644 --- a/compat/fsmonitor/fsm-listen-darwin.c +++ b/compat/fsmonitor/fsm-listen-darwin.c @@ -29,6 +29,7 @@ #include "fsmonitor--daemon.h" #include "fsmonitor-path-utils.h" #include "gettext.h" +#include "string-list.h" struct fsm_listen_data { |
