diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-03-26 11:41:35 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-03-26 11:41:35 +0000 |
| commit | a00e6421526e08e6eca5f31d19ceab6f2f717ea1 (patch) | |
| tree | adfcd66ecc1afe828960f21c95f594dcbc1c8403 /pw/pw_utils.c | |
| parent | 82ebb75cc3c5fab880c8b368af788dbded6a1070 (diff) | |
| download | pw-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.c | 3 |
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> |
