From owner-svn-src-head@FreeBSD.ORG Thu May 21 18:29:40 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66641E22; Thu, 21 May 2015 18:29:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 483B41450; Thu, 21 May 2015 18:29:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4LITe1W053067; Thu, 21 May 2015 18:29:40 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4LITan4053052; Thu, 21 May 2015 18:29:36 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201505211829.t4LITan4053052@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Thu, 21 May 2015 18:29:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r283257 - head/bin/pax X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2015 18:29:40 -0000 Author: delphij Date: Thu May 21 18:29:36 2015 New Revision: 283257 URL: https://svnweb.freebsd.org/changeset/base/283257 Log: Eliminate unneeded includes. MFC after: 2 weeks Modified: head/bin/pax/ar_subs.c head/bin/pax/buf_subs.c head/bin/pax/cache.c head/bin/pax/cpio.c head/bin/pax/file_subs.c head/bin/pax/gen_subs.c head/bin/pax/getoldopt.c head/bin/pax/pat_rep.c head/bin/pax/pax.c head/bin/pax/sel_subs.c head/bin/pax/tar.c head/bin/pax/tty_subs.c Modified: head/bin/pax/ar_subs.c ============================================================================== --- head/bin/pax/ar_subs.c Thu May 21 18:29:11 2015 (r283256) +++ head/bin/pax/ar_subs.c Thu May 21 18:29:36 2015 (r283257) @@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include "pax.h" #include "extern.h" Modified: head/bin/pax/buf_subs.c ============================================================================== --- head/bin/pax/buf_subs.c Thu May 21 18:29:11 2015 (r283256) +++ head/bin/pax/buf_subs.c Thu May 21 18:29:36 2015 (r283257) @@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include "pax.h" #include "extern.h" Modified: head/bin/pax/cache.c ============================================================================== --- head/bin/pax/cache.c Thu May 21 18:29:11 2015 (r283256) +++ head/bin/pax/cache.c Thu May 21 18:29:36 2015 (r283257) @@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include "pax.h" #include "cache.h" Modified: head/bin/pax/cpio.c ============================================================================== --- head/bin/pax/cpio.c Thu May 21 18:29:11 2015 (r283256) +++ head/bin/pax/cpio.c Thu May 21 18:29:36 2015 (r283257) @@ -45,8 +45,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include -#include #include "pax.h" #include "cpio.h" #include "extern.h" Modified: head/bin/pax/file_subs.c ============================================================================== --- head/bin/pax/file_subs.c Thu May 21 18:29:11 2015 (r283256) +++ head/bin/pax/file_subs.c Thu May 21 18:29:36 2015 (r283257) @@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include "pax.h" #include "options.h" #include "extern.h" Modified: head/bin/pax/gen_subs.c ============================================================================== --- head/bin/pax/gen_subs.c Thu May 21 18:29:11 2015 (r283256) +++ head/bin/pax/gen_subs.c Thu May 21 18:29:36 2015 (r283257) @@ -45,8 +45,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include -#include #include #include "pax.h" #include "extern.h" Modified: head/bin/pax/getoldopt.c ============================================================================== --- head/bin/pax/getoldopt.c Thu May 21 18:29:11 2015 (r283256) +++ head/bin/pax/getoldopt.c Thu May 21 18:29:36 2015 (r283257) @@ -19,8 +19,7 @@ __FBSDID("$FreeBSD$"); #include #include -#include "pax.h" -#include "extern.h" +int getoldopt(int, char **, const char *); int getoldopt(int argc, char **argv, const char *optstring) Modified: head/bin/pax/pat_rep.c ============================================================================== --- head/bin/pax/pat_rep.c Thu May 21 18:29:11 2015 (r283256) +++ head/bin/pax/pat_rep.c Thu May 21 18:29:36 2015 (r283257) @@ -43,9 +43,7 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include -#include #ifdef NET2_REGEX #include #else Modified: head/bin/pax/pax.c ============================================================================== --- head/bin/pax/pax.c Thu May 21 18:29:11 2015 (r283256) +++ head/bin/pax/pax.c Thu May 21 18:29:36 2015 (r283257) @@ -58,7 +58,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include "pax.h" #include "extern.h" static int gen_init(void); Modified: head/bin/pax/sel_subs.c ============================================================================== --- head/bin/pax/sel_subs.c Thu May 21 18:29:11 2015 (r283256) +++ head/bin/pax/sel_subs.c Thu May 21 18:29:36 2015 (r283257) @@ -47,7 +47,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include "pax.h" #include "sel_subs.h" Modified: head/bin/pax/tar.c ============================================================================== --- head/bin/pax/tar.c Thu May 21 18:29:11 2015 (r283256) +++ head/bin/pax/tar.c Thu May 21 18:29:36 2015 (r283257) @@ -44,8 +44,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include -#include #include "pax.h" #include "extern.h" #include "tar.h" Modified: head/bin/pax/tty_subs.c ============================================================================== --- head/bin/pax/tty_subs.c Thu May 21 18:29:11 2015 (r283256) +++ head/bin/pax/tty_subs.c Thu May 21 18:29:36 2015 (r283257) @@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include "pax.h" #include "extern.h"