aboutsummaryrefslogtreecommitdiffstats
path: root/fsmonitor-ipc.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-12-23 17:15:00 +0000
committerJunio C Hamano <gitster@pobox.com>2023-12-26 12:04:33 -0800
commitd57c671a511d885a5cd390e3d6064c37af524a91 (patch)
treebefb0901ce9beae0a74f0cf134f8db2b02750072 /fsmonitor-ipc.c
parentec2101abf3ea00a3cbb4c88c14d6658fa6d09984 (diff)
downloadgit-d57c671a511d885a5cd390e3d6064c37af524a91.tar.gz
treewide: remove unnecessary includes in source files
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'fsmonitor-ipc.c')
-rw-r--r--fsmonitor-ipc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fsmonitor-ipc.c b/fsmonitor-ipc.c
index 153918cf76..45471b5b74 100644
--- a/fsmonitor-ipc.c
+++ b/fsmonitor-ipc.c
@@ -1,5 +1,4 @@
#include "git-compat-util.h"
-#include "fsmonitor-ll.h"
#include "gettext.h"
#include "simple-ipc.h"
#include "fsmonitor-ipc.h"