summaryrefslogtreecommitdiff
path: root/t/helper/test-fsmonitor-client.c
diff options
context:
space:
mode:
authorCalvin Wan <calvinwan@google.com>2023-07-05 17:09:23 +0000
committerJunio C Hamano <gitster@pobox.com>2023-07-05 11:41:59 -0700
commitda9502ff4dc495471a1a080dc297cd6e4628c10c (patch)
treecfabba88abe1a3ec512e992f3d0057061a72dcbe /t/helper/test-fsmonitor-client.c
parent28aed75a9fe72f265bff24a02b962616b3f36ad3 (diff)
treewide: remove unnecessary includes for wrapper.h
Signed-off-by: Calvin Wan <calvinwan@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper/test-fsmonitor-client.c')
-rw-r--r--t/helper/test-fsmonitor-client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/helper/test-fsmonitor-client.c b/t/helper/test-fsmonitor-client.c
index 58d1dc5fc8..8280984d08 100644
--- a/t/helper/test-fsmonitor-client.c
+++ b/t/helper/test-fsmonitor-client.c
@@ -11,7 +11,6 @@
#include "setup.h"
#include "thread-utils.h"
#include "trace2.h"
-#include "wrapper.h"
#ifndef HAVE_FSMONITOR_DAEMON_BACKEND
int cmd__fsmonitor_client(int argc UNUSED, const char **argv UNUSED)