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 /compat/fsmonitor/fsm-listen-darwin.c | |
| 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>
Diffstat (limited to 'compat/fsmonitor/fsm-listen-darwin.c')
| -rw-r--r-- | compat/fsmonitor/fsm-listen-darwin.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
