summaryrefslogtreecommitdiffstats
path: root/pw/pw_utils.c
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-04-04 23:55:32 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-04-04 23:55:32 +0000
commit18e46072de1bee4d12c5ed5ff012a750e727799a (patch)
tree1fc948e49f71ea1ba57698d345f9f36506bacf52 /pw/pw_utils.c
parent6e2ca26d6db1515099f1eedd3879c0ec850ea55f (diff)
parent9dae3f4246afa22f121c8526c729ce0fbd2b3ecd (diff)
downloadpw-darwin-18e46072de1bee4d12c5ed5ff012a750e727799a.tar.gz
pw-darwin-18e46072de1bee4d12c5ed5ff012a750e727799a.zip
MFH
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'pw/pw_utils.c')
-rw-r--r--pw/pw_utils.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pw/pw_utils.c b/pw/pw_utils.c
index 1a4f812..e483977 100644
--- a/pw/pw_utils.c
+++ b/pw/pw_utils.c
@@ -27,13 +27,10 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <sys/types.h>
#include <sys/wait.h>
#include <err.h>
-#include <inttypes.h>
#include <sysexits.h>
-#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>