aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/fsmonitor--daemon.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-12-23 17:14:59 +0000
committerJunio C Hamano <gitster@pobox.com>2023-12-26 12:04:32 -0800
commitec2101abf3ea00a3cbb4c88c14d6658fa6d09984 (patch)
tree5b1535b82a055db5b443a29313eededfa476206b /builtin/fsmonitor--daemon.c
parent0a4d5b97720a847d00e6553aeec0984de1e01472 (diff)
downloadgit-ec2101abf3ea00a3cbb4c88c14d6658fa6d09984.tar.gz
treewide: add direct includes currently only pulled in transitively
The next commit will remove a bunch of unnecessary includes, but to do so, we need some of the lower level direct includes that files rely on to be explicitly specified. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/fsmonitor--daemon.c')
-rw-r--r--builtin/fsmonitor--daemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/fsmonitor--daemon.c b/builtin/fsmonitor--daemon.c
index 7260604534..9f80b9eaff 100644
--- a/builtin/fsmonitor--daemon.c
+++ b/builtin/fsmonitor--daemon.c
@@ -12,6 +12,7 @@
#include "compat/fsmonitor/fsm-health.h"
#include "compat/fsmonitor/fsm-listen.h"
#include "fsmonitor--daemon.h"
+#include "repository.h"
#include "simple-ipc.h"
#include "khash.h"
#include "pkt-line.h"