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
commita00e6421526e08e6eca5f31d19ceab6f2f717ea1 (patch)
treeadfcd66ecc1afe828960f21c95f594dcbc1c8403 /pw/pw_utils.c
parent82ebb75cc3c5fab880c8b368af788dbded6a1070 (diff)
downloadpw-darwin-a00e6421526e08e6eca5f31d19ceab6f2f717ea1.tar.gz
pw-darwin-a00e6421526e08e6eca5f31d19ceab6f2f717ea1.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>