From e38610abcadbfeba5f7a32aa8a6bc8981be64908 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 31 Jan 2022 17:14:12 -0500 Subject: [PATCH] ssh: remove unused header Fixes: 0746301c4995 ("ssh: pass 0 to procctl(2) to operate...") Sponsored by: The FreeBSD Foundation --- crypto/openssh/platform-tracing.c | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/openssh/platform-tracing.c b/crypto/openssh/platform-tracing.c index e00f015fb01..0daf2a86f33 100644 --- a/crypto/openssh/platform-tracing.c +++ b/crypto/openssh/platform-tracing.c @@ -30,7 +30,6 @@ #include /* For setpflags() and __PROC_PROTECT */ #endif #include -#include #include "log.h"