summaryrefslogtreecommitdiffstats
path: root/pw
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-05-09 19:22:33 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-05-09 19:22:33 +0000
commit17cda2b72950d0a16d0b2cc116dece33cf5c0938 (patch)
tree8e87489d0e19bdb9db1424d6577b86895bc6c48c /pw
parent91aa622155b3b4b793a0a2fe27c7ce6e66c2dfd4 (diff)
downloadpw-darwin-17cda2b72950d0a16d0b2cc116dece33cf5c0938.tar.gz
pw-darwin-17cda2b72950d0a16d0b2cc116dece33cf5c0938.tar.zst
pw-darwin-17cda2b72950d0a16d0b2cc116dece33cf5c0938.zip
Remove unneeded headers
Diffstat (limited to 'pw')
-rw-r--r--pw/fileupd.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/pw/fileupd.c b/pw/fileupd.c
index d2987ec..dc32712 100644
--- a/pw/fileupd.c
+++ b/pw/fileupd.c
@@ -29,15 +29,7 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
-#include <stdio.h>
-#include <fcntl.h>
#include <stdlib.h>
-#include <string.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <sys/param.h>
-#include <errno.h>
-#include <unistd.h>
#include "pwupd.h"