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_vpw.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_vpw.c')
| -rw-r--r-- | pw/pw_vpw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pw/pw_vpw.c b/pw/pw_vpw.c index 2d1c75b..08c8bd5 100644 --- a/pw/pw_vpw.c +++ b/pw/pw_vpw.c @@ -37,7 +37,6 @@ static const char rcsid[] = #include <stdio.h> #include <string.h> #include <stdlib.h> -#include <sys/param.h> #include <err.h> #include "pwupd.h" |
