diff options
author | 2019-12-10 02:35:16 +0000 | |
---|---|---|
committer | 2019-12-10 02:35:16 +0000 | |
commit | 10db3397df717fb38d285c5b7af079e997bd034c (patch) | |
tree | 20cf80726c05efbceb417c27bb9bbd92a1942068 /lib/libc/gen/getusershell.c | |
parent | The msync interface first appeared in SunOS 4.0. (diff) | |
download | wireguard-openbsd-10db3397df717fb38d285c5b7af079e997bd034c.tar.xz wireguard-openbsd-10db3397df717fb38d285c5b7af079e997bd034c.zip |
Remove includes that are no longer neeed after tedu's simplification.
OK jca@
Diffstat (limited to 'lib/libc/gen/getusershell.c')
-rw-r--r-- | lib/libc/gen/getusershell.c | 5 |
1 files changed, 1 insertions, 4 deletions
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 <ctype.h> -#include <limits.h> #include <paths.h> -#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |