From a40fd4e65bb23c3468874f12b3e8feb72de656d9 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 2 Feb 2026 17:13:55 +0100 Subject: [PATCH] diff: remove useless include as kevent is not used anymore MFC After: 3 days (cherry picked from commit c479817f30b2d2500c9663a1a07c74ba19321416) --- usr.bin/diff/pr.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.bin/diff/pr.h b/usr.bin/diff/pr.h index 80f20ca7c32..b2ff7e5d679 100644 --- a/usr.bin/diff/pr.h +++ b/usr.bin/diff/pr.h @@ -24,8 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include - struct pr { int ostdout; int pidfd;