summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/gen/getusershell.c5
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>