]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Remove unused includes.
authorXin LI <delphij@FreeBSD.org>
Mon, 1 Jan 2018 08:01:26 +0000 (08:01 +0000)
committerXin LI <delphij@FreeBSD.org>
Mon, 1 Jan 2018 08:01:26 +0000 (08:01 +0000)
libc/gen/pw_scan.c

index 82679311429fbd27dc81eea88132bebda96de70c..7e88a227cf43b6aeef434fd6e7eb2c472d775d33 100644 (file)
@@ -44,9 +44,7 @@ __FBSDID("$FreeBSD$");
 
 #include <err.h>
 #include <errno.h>
-#include <fcntl.h>
 #include <pwd.h>
-#include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
 #include <unistd.h>