From owner-svn-src-all@FreeBSD.ORG Fri Jun 5 00:39:38 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A85B9A0E; Fri, 5 Jun 2015 00:39:38 +0000 (UTC) (envelope-from delphij@FreeBSD.org) 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 8A898182D; Fri, 5 Jun 2015 00:39:38 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t550dc8a023829; Fri, 5 Jun 2015 00:39:38 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t550dZHM023806; Fri, 5 Jun 2015 00:39:35 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506050039.t550dZHM023806@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Fri, 5 Jun 2015 00:39:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r284008 - stable/10/bin/pax X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2015 00:39:38 -0000 Author: delphij Date: Fri Jun 5 00:39:34 2015 New Revision: 284008 URL: https://svnweb.freebsd.org/changeset/base/284008 Log: MFC r283257: Eliminate unneeded includes. Modified: stable/10/bin/pax/ar_subs.c stable/10/bin/pax/buf_subs.c stable/10/bin/pax/cache.c stable/10/bin/pax/cpio.c stable/10/bin/pax/file_subs.c stable/10/bin/pax/gen_subs.c stable/10/bin/pax/getoldopt.c stable/10/bin/pax/pat_rep.c stable/10/bin/pax/pax.c stable/10/bin/pax/sel_subs.c stable/10/bin/pax/tar.c stable/10/bin/pax/tty_subs.c Directory Properties: stable/10/ (props changed) Modified: stable/10/bin/pax/ar_subs.c ============================================================================== --- stable/10/bin/pax/ar_subs.c Fri Jun 5 00:37:46 2015 (r284007) +++ stable/10/bin/pax/ar_subs.c Fri Jun 5 00:39:34 2015 (r284008) @@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include "pax.h" #include "extern.h" Modified: stable/10/bin/pax/buf_subs.c ============================================================================== --- stable/10/bin/pax/buf_subs.c Fri Jun 5 00:37:46 2015 (r284007) +++ stable/10/bin/pax/buf_subs.c Fri Jun 5 00:39:34 2015 (r284008) @@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include "pax.h" #include "extern.h" Modified: stable/10/bin/pax/cache.c ============================================================================== --- stable/10/bin/pax/cache.c Fri Jun 5 00:37:46 2015 (r284007) +++ stable/10/bin/pax/cache.c Fri Jun 5 00:39:34 2015 (r284008) @@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include "pax.h" #include "cache.h" Modified: stable/10/bin/pax/cpio.c ============================================================================== --- stable/10/bin/pax/cpio.c Fri Jun 5 00:37:46 2015 (r284007) +++ stable/10/bin/pax/cpio.c Fri Jun 5 00:39:34 2015 (r284008) @@ -45,8 +45,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include -#include #include "pax.h" #include "cpio.h" #include "extern.h" Modified: stable/10/bin/pax/file_subs.c ============================================================================== --- stable/10/bin/pax/file_subs.c Fri Jun 5 00:37:46 2015 (r284007) +++ stable/10/bin/pax/file_subs.c Fri Jun 5 00:39:34 2015 (r284008) @@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include "pax.h" #include "options.h" #include "extern.h" Modified: stable/10/bin/pax/gen_subs.c ============================================================================== --- stable/10/bin/pax/gen_subs.c Fri Jun 5 00:37:46 2015 (r284007) +++ stable/10/bin/pax/gen_subs.c Fri Jun 5 00:39:34 2015 (r284008) @@ -45,8 +45,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include -#include #include #include "pax.h" #include "extern.h" Modified: stable/10/bin/pax/getoldopt.c ============================================================================== --- stable/10/bin/pax/getoldopt.c Fri Jun 5 00:37:46 2015 (r284007) +++ stable/10/bin/pax/getoldopt.c Fri Jun 5 00:39:34 2015 (r284008) @@ -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: stable/10/bin/pax/pat_rep.c ============================================================================== --- stable/10/bin/pax/pat_rep.c Fri Jun 5 00:37:46 2015 (r284007) +++ stable/10/bin/pax/pat_rep.c Fri Jun 5 00:39:34 2015 (r284008) @@ -43,9 +43,7 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include -#include #ifdef NET2_REGEX #include #else Modified: stable/10/bin/pax/pax.c ============================================================================== --- stable/10/bin/pax/pax.c Fri Jun 5 00:37:46 2015 (r284007) +++ stable/10/bin/pax/pax.c Fri Jun 5 00:39:34 2015 (r284008) @@ -58,7 +58,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include "pax.h" #include "extern.h" static int gen_init(void); Modified: stable/10/bin/pax/sel_subs.c ============================================================================== --- stable/10/bin/pax/sel_subs.c Fri Jun 5 00:37:46 2015 (r284007) +++ stable/10/bin/pax/sel_subs.c Fri Jun 5 00:39:34 2015 (r284008) @@ -47,7 +47,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include "pax.h" #include "sel_subs.h" Modified: stable/10/bin/pax/tar.c ============================================================================== --- stable/10/bin/pax/tar.c Fri Jun 5 00:37:46 2015 (r284007) +++ stable/10/bin/pax/tar.c Fri Jun 5 00:39:34 2015 (r284008) @@ -44,8 +44,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include -#include #include "pax.h" #include "extern.h" #include "tar.h" Modified: stable/10/bin/pax/tty_subs.c ============================================================================== --- stable/10/bin/pax/tty_subs.c Fri Jun 5 00:37:46 2015 (r284007) +++ stable/10/bin/pax/tty_subs.c Fri Jun 5 00:39:34 2015 (r284008) @@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include "pax.h" #include "extern.h"