diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2019-12-10 02:35:17 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2019-12-10 02:35:17 +0000 |
commit | a5c9fb82a6c39beae6356d91b9f8b28a136596e6 (patch) | |
tree | c3b972d36b8409494cdeb7939b2ab174134923b7 /lib/libc/gen | |
parent | 6368a81c529bc1561e291f769e7ca4ec68155fab (diff) |
Remove includes that are no longer neeed after tedu's simplification.
OK jca@
Diffstat (limited to 'lib/libc/gen')
-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> |