From 730b3e20069b7115d16f02525103c6c05fa04759 Mon Sep 17 00:00:00 2001 From: Olivier Certner Date: Thu, 8 Jan 2026 16:20:38 +0100 Subject: [PATCH] ps(1): Sort headers Found these changes by chance in an old patch file. Should have been committed along with the ps(1) modifications done in March 2025. No functional change (intended). MFC after: 3 days Sponsored by: The FreeBSD Foundation --- bin/ps/keyword.c | 4 ++-- bin/ps/ps.c | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index f05e5245f69..0562fd2e4f9 100644 --- a/bin/ps/keyword.c +++ b/bin/ps/keyword.c @@ -35,10 +35,10 @@ */ #include -#include -#include #include +#include #include +#include #include #include diff --git a/bin/ps/ps.c b/bin/ps/ps.c index bb510272995..94218f8cb2a 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -42,13 +42,13 @@ */ #include -#include -#include -#include -#include #include -#include +#include #include +#include +#include +#include +#include #include #include