summaryrefslogtreecommitdiffstats
path: root/pw/pw_vpw.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_vpw.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_vpw.c')
-rw-r--r--pw/pw_vpw.c1
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"