summaryrefslogtreecommitdiffstats
path: root/pw/pw_utils.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-03-26 11:41:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-03-26 11:41:35 +0000
commit84d714d74e782c57b185a1016304f8dd1c158a36 (patch)
treea8a45f1b0b2e951a5b905d77183d258c56115402 /pw/pw_utils.c
parent11e16b30cffb1c23f2b79309c7eeabe4e415c84f (diff)
downloadpw-darwin-84d714d74e782c57b185a1016304f8dd1c158a36.tar.gz
pw-darwin-84d714d74e782c57b185a1016304f8dd1c158a36.tar.zst
pw-darwin-84d714d74e782c57b185a1016304f8dd1c158a36.zip
Remove some unneeded headers
Found by 'include-what-you-use'
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>