Alphabetize #include directives in pg_checksums.c.
authorNathan Bossart <nathan@postgresql.org>
Fri, 20 Sep 2024 20:18:42 +0000 (15:18 -0500)
committerNathan Bossart <nathan@postgresql.org>
Fri, 20 Sep 2024 20:18:42 +0000 (15:18 -0500)
Author: Michael Banck
Discussion: https://postgr.es/m/66edaed0.050a0220.32a9ba.42c8%40mx.google.com

src/bin/pg_checksums/pg_checksums.c

index 68a68eb0fac5a297a4de5c5c3d728bf9c3253a5d..f5f7ff10455e288b9870515ca595b8ad83fcf22a 100644 (file)
@@ -16,8 +16,8 @@
 
 #include <dirent.h>
 #include <limits.h>
-#include <time.h>
 #include <sys/stat.h>
+#include <time.h>
 #include <unistd.h>
 
 #include "common/controldata_utils.h"