mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Sort includes in alphabetical order
Added by commit 042a66291b, no backpatch needed.
This commit is contained in:
parent
d4a7e4e179
commit
7b2ad43426
1 changed files with 2 additions and 2 deletions
|
|
@ -15,11 +15,11 @@
|
|||
|
||||
#include "postgres.h"
|
||||
|
||||
#include "access/twophase.h"
|
||||
#include "catalog/pg_authid_d.h"
|
||||
#include "funcapi.h"
|
||||
#include "mb/pg_wchar.h"
|
||||
#include "miscadmin.h"
|
||||
#include "access/twophase.h"
|
||||
#include "catalog/pg_authid_d.h"
|
||||
#include "storage/proc.h"
|
||||
#include "storage/procarray.h"
|
||||
#include "utils/acl.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue