Alphabetize #include directives in pg_checksums.c.

Author: Michael Banck
Discussion: https://postgr.es/m/66edaed0.050a0220.32a9ba.42c8%40mx.google.com
This commit is contained in:
Nathan Bossart 2024-09-20 15:18:42 -05:00
parent a2ebf3274a
commit afb03e2ebf

View 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"