summaryrefslogtreecommitdiff
path: root/compat/simple-ipc/ipc-unix-socket.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 /compat/simple-ipc/ipc-unix-socket.c
parentec2101abf3ea00a3cbb4c88c14d6658fa6d09984 (diff)
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 'compat/simple-ipc/ipc-unix-socket.c')
-rw-r--r--compat/simple-ipc/ipc-unix-socket.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/compat/simple-ipc/ipc-unix-socket.c b/compat/simple-ipc/ipc-unix-socket.c
index b2f4f22ce4..9b3f2cdf8c 100644
--- a/compat/simple-ipc/ipc-unix-socket.c
+++ b/compat/simple-ipc/ipc-unix-socket.c
@@ -2,7 +2,6 @@
#include "gettext.h"
#include "simple-ipc.h"
#include "strbuf.h"
-#include "pkt-line.h"
#include "thread-utils.h"
#include "trace2.h"
#include "unix-socket.h"