summaryrefslogtreecommitdiffstats
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
commit629e41f9d4d2cda0f7b1ed3b1fb929cfbf0873f1 (patch)
tree4f8ba5fba5bfd8a5b1b91d6149e001d81f08ab39
parent8ed7622e3f439163a5b57edaaaedfc5a44cc0373 (diff)
downloadpw-darwin-629e41f9d4d2cda0f7b1ed3b1fb929cfbf0873f1.tar.gz
pw-darwin-629e41f9d4d2cda0f7b1ed3b1fb929cfbf0873f1.tar.zst
pw-darwin-629e41f9d4d2cda0f7b1ed3b1fb929cfbf0873f1.zip
Remove unneeded headers
-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"