.org; none 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 4clJCM5Fqfzk9S; Mon, 13 Oct 2025 00:30:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.18.1/8.18.1) with ESMTP id 59D0U7rE043151; Mon, 13 Oct 2025 00:30:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 59D0U7Ow043146; Mon, 13 Oct 2025 00:30:07 GMT (envelope-from git) Date: Mon, 13 Oct 2025 00:30:07 GMT Message-Id: <202510130030.59D0U7Ow043146@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Konstantin Belousov Subject: git: 5f4168fa9f29 - stable/14 - vm/vm_fault.c: cleanup includes List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kib X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: 5f4168fa9f29a2985a16c34a5571c20c6775f622 Auto-Submitted: auto-generated The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=5f4168fa9f29a2985a16c34a5571c20c6775f622 commit 5f4168fa9f29a2985a16c34a5571c20c6775f622 Author: Konstantin Belousov AuthorDate: 2025-08-06 21:53:23 +0000 Commit: Konstantin Belousov CommitDate: 2025-10-13 00:23:43 +0000 vm/vm_fault.c: cleanup includes (cherry picked from commit 0854b4f569e1e68032e431b1efb45b9fd9849194) --- sys/vm/vm_fault.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index 3e4fe7bdae36..5eb19d4e287b 100644 --- a/sys/vm/vm_fault.c +++ b/sys/vm/vm_fault.c @@ -73,11 +73,9 @@ * Page fault handling module. */ -#include #include "opt_ktrace.h" #include "opt_vm.h" -#include #include #include #include