diff options
author | Elijah Newren <newren@gmail.com> | 2023-04-22 22:17:25 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-04-24 21:47:33 +0200 |
commit | e1c382141d8072b8c8c07c0bd8265b2b3d01ae2b (patch) | |
tree | 63e31250e88b46f2269f00007df9aa8e7aa9c8ae /fsmonitor--daemon.h | |
parent | cache.h: remove unnecessary headers (diff) | |
download | git-e1c382141d8072b8c8c07c0bd8265b2b3d01ae2b.tar.xz git-e1c382141d8072b8c8c07c0bd8265b2b3d01ae2b.zip |
fsmonitor: reduce includes of cache.h
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'fsmonitor--daemon.h')
-rw-r--r-- | fsmonitor--daemon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fsmonitor--daemon.h b/fsmonitor--daemon.h index e24838f9a8..70d776c54f 100644 --- a/fsmonitor--daemon.h +++ b/fsmonitor--daemon.h @@ -3,7 +3,6 @@ #ifdef HAVE_FSMONITOR_DAEMON_BACKEND -#include "cache.h" #include "dir.h" #include "run-command.h" #include "simple-ipc.h" |