1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-02 16:26:10 +02:00
git/compat/simple-ipc
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
..
ipc-shared.c treewide: remove unnecessary cache.h inclusion from several sources 2023-03-21 10:56:51 -07:00
ipc-unix-socket.c treewide: remove unnecessary cache.h inclusion 2023-04-11 08:52:09 -07:00
ipc-win32.c cache.h: remove this no-longer-used header 2023-06-21 13:39:53 -07:00