From owner-svn-src-stable-12@freebsd.org Tue Feb 5 08:05:46 2019 Return-Path: Delivered-To: svn-src-stable-12@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B059614D3EB1; Tue, 5 Feb 2019 08:05:46 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47FDB93B32; Tue, 5 Feb 2019 08:05:46 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 34E791B04E; Tue, 5 Feb 2019 08:05:46 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1585kxW026443; Tue, 5 Feb 2019 08:05:46 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1585hAO026424; Tue, 5 Feb 2019 08:05:43 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201902050805.x1585hAO026424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 5 Feb 2019 08:05:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r343765 - stable/12/usr.bin/mkimg X-SVN-Group: stable-12 X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: stable/12/usr.bin/mkimg X-SVN-Commit-Revision: 343765 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 47FDB93B32 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.941,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-src-stable-12@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for only the 12-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2019 08:05:46 -0000 Author: delphij Date: Tue Feb 5 08:05:42 2019 New Revision: 343765 URL: https://svnweb.freebsd.org/changeset/base/343765 Log: MFC r342813: Remove unneeded headers. Modified: stable/12/usr.bin/mkimg/apm.c stable/12/usr.bin/mkimg/bsd.c stable/12/usr.bin/mkimg/ebr.c stable/12/usr.bin/mkimg/endian.h stable/12/usr.bin/mkimg/format.c stable/12/usr.bin/mkimg/gpt.c stable/12/usr.bin/mkimg/mbr.c stable/12/usr.bin/mkimg/qcow.c stable/12/usr.bin/mkimg/raw.c stable/12/usr.bin/mkimg/scheme.c stable/12/usr.bin/mkimg/uuid.c stable/12/usr.bin/mkimg/vhd.c stable/12/usr.bin/mkimg/vmdk.c stable/12/usr.bin/mkimg/vtoc8.c Directory Properties: stable/12/ (props changed) Modified: stable/12/usr.bin/mkimg/apm.c ============================================================================== --- stable/12/usr.bin/mkimg/apm.c Tue Feb 5 06:25:35 2019 (r343764) +++ stable/12/usr.bin/mkimg/apm.c Tue Feb 5 08:05:42 2019 (r343765) @@ -31,7 +31,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include Modified: stable/12/usr.bin/mkimg/bsd.c ============================================================================== --- stable/12/usr.bin/mkimg/bsd.c Tue Feb 5 06:25:35 2019 (r343764) +++ stable/12/usr.bin/mkimg/bsd.c Tue Feb 5 08:05:42 2019 (r343765) @@ -31,7 +31,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include Modified: stable/12/usr.bin/mkimg/ebr.c ============================================================================== --- stable/12/usr.bin/mkimg/ebr.c Tue Feb 5 06:25:35 2019 (r343764) +++ stable/12/usr.bin/mkimg/ebr.c Tue Feb 5 08:05:42 2019 (r343765) @@ -31,7 +31,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include Modified: stable/12/usr.bin/mkimg/endian.h ============================================================================== --- stable/12/usr.bin/mkimg/endian.h Tue Feb 5 06:25:35 2019 (r343764) +++ stable/12/usr.bin/mkimg/endian.h Tue Feb 5 08:05:42 2019 (r343765) @@ -29,6 +29,8 @@ #ifndef _MKIMG_ENDIAN_H_ #define _MKIMG_ENDIAN_H_ +#include + static __inline uint16_t be16dec(const void *pp) { Modified: stable/12/usr.bin/mkimg/format.c ============================================================================== --- stable/12/usr.bin/mkimg/format.c Tue Feb 5 06:25:35 2019 (r343764) +++ stable/12/usr.bin/mkimg/format.c Tue Feb 5 08:05:42 2019 (r343765) @@ -28,16 +28,11 @@ __FBSDID("$FreeBSD$"); #include -#include #include -#include -#include #include -#include #include "image.h" #include "format.h" -#include "mkimg.h" static struct mkimg_format *first; static struct mkimg_format *format; Modified: stable/12/usr.bin/mkimg/gpt.c ============================================================================== --- stable/12/usr.bin/mkimg/gpt.c Tue Feb 5 06:25:35 2019 (r343764) +++ stable/12/usr.bin/mkimg/gpt.c Tue Feb 5 08:05:42 2019 (r343765) @@ -32,7 +32,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: stable/12/usr.bin/mkimg/mbr.c ============================================================================== --- stable/12/usr.bin/mkimg/mbr.c Tue Feb 5 06:25:35 2019 (r343764) +++ stable/12/usr.bin/mkimg/mbr.c Tue Feb 5 08:05:42 2019 (r343765) @@ -31,7 +31,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include Modified: stable/12/usr.bin/mkimg/qcow.c ============================================================================== --- stable/12/usr.bin/mkimg/qcow.c Tue Feb 5 06:25:35 2019 (r343764) +++ stable/12/usr.bin/mkimg/qcow.c Tue Feb 5 08:05:42 2019 (r343765) @@ -29,11 +29,9 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include #include -#include #include "endian.h" #include "image.h" Modified: stable/12/usr.bin/mkimg/raw.c ============================================================================== --- stable/12/usr.bin/mkimg/raw.c Tue Feb 5 06:25:35 2019 (r343764) +++ stable/12/usr.bin/mkimg/raw.c Tue Feb 5 08:05:42 2019 (r343765) @@ -28,14 +28,10 @@ __FBSDID("$FreeBSD$"); #include -#include -#include -#include #include #include "image.h" #include "format.h" -#include "mkimg.h" static int raw_resize(lba_t imgsz __unused) Modified: stable/12/usr.bin/mkimg/scheme.c ============================================================================== --- stable/12/usr.bin/mkimg/scheme.c Tue Feb 5 06:25:35 2019 (r343764) +++ stable/12/usr.bin/mkimg/scheme.c Tue Feb 5 08:05:42 2019 (r343765) @@ -29,10 +29,8 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include -#include #include #include #include Modified: stable/12/usr.bin/mkimg/uuid.c ============================================================================== --- stable/12/usr.bin/mkimg/uuid.c Tue Feb 5 06:25:35 2019 (r343764) +++ stable/12/usr.bin/mkimg/uuid.c Tue Feb 5 08:05:42 2019 (r343765) @@ -28,7 +28,6 @@ __FBSDID("$FreeBSD$"); #include -#include #include #include "endian.h" Modified: stable/12/usr.bin/mkimg/vhd.c ============================================================================== --- stable/12/usr.bin/mkimg/vhd.c Tue Feb 5 06:25:35 2019 (r343764) +++ stable/12/usr.bin/mkimg/vhd.c Tue Feb 5 08:05:42 2019 (r343765) @@ -28,11 +28,9 @@ __FBSDID("$FreeBSD$"); #include -#include #include #include #include -#include #include "endian.h" #include "image.h" Modified: stable/12/usr.bin/mkimg/vmdk.c ============================================================================== --- stable/12/usr.bin/mkimg/vmdk.c Tue Feb 5 06:25:35 2019 (r343764) +++ stable/12/usr.bin/mkimg/vmdk.c Tue Feb 5 08:05:42 2019 (r343765) @@ -32,7 +32,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include "endian.h" #include "image.h" Modified: stable/12/usr.bin/mkimg/vtoc8.c ============================================================================== --- stable/12/usr.bin/mkimg/vtoc8.c Tue Feb 5 06:25:35 2019 (r343764) +++ stable/12/usr.bin/mkimg/vtoc8.c Tue Feb 5 08:05:42 2019 (r343765) @@ -30,9 +30,7 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include -#include #include