Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit afb03e2

Browse files
Alphabetize #include directives in pg_checksums.c.
Author: Michael Banck Discussion: https://postgr.es/m/66edaed0.050a0220.32a9ba.42c8%40mx.google.com
1 parent a2ebf32 commit afb03e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_checksums/pg_checksums.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
#include <dirent.h>
1818
#include <limits.h>
19-
#include <time.h>
2019
#include <sys/stat.h>
20+
#include <time.h>
2121
#include <unistd.h>
2222

2323
#include "common/controldata_utils.h"

0 commit comments

Comments
 (0)