From afb03e2ebf595c057db0372f543f9f796effaadf Mon Sep 17 00:00:00 2001 From: Nathan Bossart Date: Fri, 20 Sep 2024 15:18:42 -0500 Subject: [PATCH] Alphabetize #include directives in pg_checksums.c. Author: Michael Banck Discussion: https://postgr.es/m/66edaed0.050a0220.32a9ba.42c8%40mx.google.com --- src/bin/pg_checksums/pg_checksums.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_checksums/pg_checksums.c b/src/bin/pg_checksums/pg_checksums.c index 68a68eb0fa..f5f7ff1045 100644 --- a/src/bin/pg_checksums/pg_checksums.c +++ b/src/bin/pg_checksums/pg_checksums.c @@ -16,8 +16,8 @@ #include #include -#include #include +#include #include #include "common/controldata_utils.h"