From owner-dev-commits-src-all@freebsd.org Sat Dec 26 01:36:41 2020 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 683AA4CFB1D; Sat, 26 Dec 2020 01:36:41 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4D2mcn2VhLz4ccB; Sat, 26 Dec 2020 01:36:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4886F47CF; Sat, 26 Dec 2020 01:36:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 0BQ1afOQ055827; Sat, 26 Dec 2020 01:36:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 0BQ1afs4055826; Sat, 26 Dec 2020 01:36:41 GMT (envelope-from git) Date: Sat, 26 Dec 2020 01:36:41 GMT Message-Id: <202012260136.0BQ1afs4055826@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Xin LI Subject: git: bc680a5ff383 - bin/stty: Remove unneeded headers. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: delphij X-Git-Repository: src X-Git-Refname: refs/heads/stable/12 X-Git-Reftype: branch X-Git-Commit: bc680a5ff383935fa1ebe8d90f98189e33b6c920 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Commit messages for all branches of the src repository." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2020 01:36:41 -0000 The branch stable/12 has been updated by delphij: URL: https://cgit.FreeBSD.org/src/commit/?id=bc680a5ff383935fa1ebe8d90f98189e33b6c920 commit bc680a5ff383935fa1ebe8d90f98189e33b6c920 Author: Xin LI AuthorDate: 2020-12-12 02:24:33 +0000 Commit: Xin LI CommitDate: 2020-12-26 01:36:07 +0000 bin/stty: Remove unneeded headers. (cherry picked from commit 3601af4da2686fd29335abce8859205b64c312dd) --- bin/stty/cchar.c | 1 - bin/stty/key.c | 1 - bin/stty/modes.c | 1 - bin/stty/stty.c | 1 - bin/stty/util.c | 2 -- 5 files changed, 6 deletions(-) diff --git a/bin/stty/cchar.c b/bin/stty/cchar.c index 52c3219ac788..ecefbb2bc8f3 100644 --- a/bin/stty/cchar.c +++ b/bin/stty/cchar.c @@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include diff --git a/bin/stty/key.c b/bin/stty/key.c index 632524305628..4514a0ea1c04 100644 --- a/bin/stty/key.c +++ b/bin/stty/key.c @@ -38,7 +38,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include #include diff --git a/bin/stty/modes.c b/bin/stty/modes.c index e34afb83ee38..af24fa018254 100644 --- a/bin/stty/modes.c +++ b/bin/stty/modes.c @@ -36,7 +36,6 @@ static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; __FBSDID("$FreeBSD$"); #include -#include #include #include "stty.h" diff --git a/bin/stty/stty.c b/bin/stty/stty.c index 234008329c0a..9aa2f51aa81f 100644 --- a/bin/stty/stty.c +++ b/bin/stty/stty.c @@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include #include diff --git a/bin/stty/util.c b/bin/stty/util.c index 8c2755820d8d..19898ba9805f 100644 --- a/bin/stty/util.c +++ b/bin/stty/util.c @@ -39,8 +39,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include -#include #include #include "stty.h"