mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Straighten include order in guc-file.l
Oversight in dac048f71e
Michael Paquier
Reviewed by Julien Rouhaud
Discussion: https://www.postgresql.org/message-id/Y2IATvRGo347Lvd1%40paquier.xyz
This commit is contained in:
parent
1c72d82c25
commit
062eef3a9b
@ -10,6 +10,7 @@
|
||||
#include "postgres.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "common/file_utils.h"
|
||||
@ -17,7 +18,6 @@
|
||||
#include "mb/pg_wchar.h"
|
||||
#include "miscadmin.h"
|
||||
#include "storage/fd.h"
|
||||
#include <sys/stat.h>
|
||||
#include "utils/memutils.h"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user