Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jan 2018 08:01:26 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r327463 - head/lib/libc/gen
Message-ID:  <201801010801.w0181QN6016087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Mon Jan  1 08:01:26 2018
New Revision: 327463
URL: https://svnweb.freebsd.org/changeset/base/327463

Log:
  Remove unused includes.

Modified:
  head/lib/libc/gen/pw_scan.c

Modified: head/lib/libc/gen/pw_scan.c
==============================================================================
--- head/lib/libc/gen/pw_scan.c	Mon Jan  1 05:18:28 2018	(r327462)
+++ head/lib/libc/gen/pw_scan.c	Mon Jan  1 08:01:26 2018	(r327463)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801010801.w0181QN6016087>