Alphabetize #include directives in pg_checksums.c.

Author: Michael Banck
Discussion: https://postgr.es/m/66edaed0.050a0220.32a9ba.42c8%40mx.google.com
pull/177/head
Nathan Bossart 1 year ago
parent a2ebf3274a
commit afb03e2ebf
  1. 2
      src/bin/pg_checksums/pg_checksums.c

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

Loading…
Cancel
Save