diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-09 19:22:33 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-09 19:22:33 +0000 |
| commit | ce82bf7261c3a7f625c7fa4b76c002674c57718a (patch) | |
| tree | 76c5ac8e002759cadfdec3f088e07ebaf10b794b /usr.sbin | |
| parent | b2298745ac1fc3c41312c87a322bf160fdd7693d (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/pw/fileupd.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/usr.sbin/pw/fileupd.c b/usr.sbin/pw/fileupd.c index d2987ecc12b6..dc327123a0fd 100644 --- a/usr.sbin/pw/fileupd.c +++ b/usr.sbin/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" |
