From 10db3397df717fb38d285c5b7af079e997bd034c Mon Sep 17 00:00:00 2001 From: millert Date: Tue, 10 Dec 2019 02:35:16 +0000 Subject: Remove includes that are no longer neeed after tedu's simplification. OK jca@ --- lib/libc/gen/getusershell.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/libc/gen/getusershell.c b/lib/libc/gen/getusershell.c index efa140a0843..7aa1c8549d0 100644 --- a/lib/libc/gen/getusershell.c +++ b/lib/libc/gen/getusershell.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getusershell.c,v 1.17 2015/12/08 16:28:26 tedu Exp $ */ +/* $OpenBSD: getusershell.c,v 1.18 2019/12/10 02:35:16 millert Exp $ */ /* * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. @@ -28,10 +28,7 @@ * SUCH DAMAGE. */ -#include -#include #include -#include #include #include #include -- cgit v1.2.3-59-g8ed1b