git/compat/fsmonitor
Elijah Newren bc5c5ec044 cache.h: remove this no-longer-used header
Since this header showed up in some places besides just #include
statements, update/clean-up/remove those other places as well.

Note that compat/fsmonitor/fsm-path-utils-darwin.c previously got
away with violating the rule that all files must start with an include
of git-compat-util.h (or a short-list of alternate headers that happen
to include it first).  This change exposed the violation and caused it
to stop building correctly; fix it by having it include
git-compat-util.h first, as per policy.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2023-06-21 13:39:53 -07:00
..
fsm-darwin-gcc.h fsmonitor: eliminate call to deprecated FSEventStream function 2022-12-15 09:08:27 +09:00
fsm-health-darwin.c fsmonitor: reduce includes of cache.h 2023-04-24 12:47:33 -07:00
fsm-health-win32.c cache.h: remove this no-longer-used header 2023-06-21 13:39:53 -07:00
fsm-health.h fsmonitor--daemon: stub in health thread 2022-05-26 15:59:27 -07:00
fsm-ipc-darwin.c fsmonitor: reduce includes of cache.h 2023-04-24 12:47:33 -07:00
fsm-ipc-win32.c hash-ll.h: split out of hash.h to remove dependency on repository.h 2023-04-24 12:47:32 -07:00
fsm-listen-darwin.c fsmonitor: reduce includes of cache.h 2023-04-24 12:47:33 -07:00
fsm-listen-win32.c cache.h: remove this no-longer-used header 2023-06-21 13:39:53 -07:00
fsm-listen.h fsmonitor--daemon: rename listener thread related variables 2022-05-26 15:59:26 -07:00
fsm-path-utils-darwin.c cache.h: remove this no-longer-used header 2023-06-21 13:39:53 -07:00
fsm-path-utils-win32.c cache.h: remove this no-longer-used header 2023-06-21 13:39:53 -07:00
fsm-settings-darwin.c treewide: ensure one of the appropriate headers is sourced first 2023-02-23 17:25:28 -08:00
fsm-settings-win32.c cache.h: remove this no-longer-used header 2023-06-21 13:39:53 -07:00