From 1ca96170b48fcefa3754a3118d707ff4c4ff212c Mon Sep 17 00:00:00 2001 From: jsg Date: Sat, 12 Oct 2024 07:58:40 +0000 Subject: [PATCH] remove duplicate unistd.h include --- bin/ed/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/ed/main.c b/bin/ed/main.c index 2776a30781f..5565552b43c 100644 --- a/bin/ed/main.c +++ b/bin/ed/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.69 2024/07/16 05:01:10 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.70 2024/10/12 07:58:40 jsg Exp $ */ /* $NetBSD: main.c,v 1.3 1995/03/21 09:04:44 cgd Exp $ */ /* main.c: This file contains the main control and user-interface routines @@ -44,7 +44,6 @@ #include #include #include -#include #include #include -- 2.20.1