diff options
author | Álvaro Herrera <alvherre@kurilemu.de> | 2025-05-11 09:15:05 -0400 |
---|---|---|
committer | Álvaro Herrera <alvherre@kurilemu.de> | 2025-05-11 09:15:05 -0400 |
commit | 7b2ad4342603c9796bf28dbe84aca247b2bfa9f8 (patch) | |
tree | 26d7770de7f855e2893ecf9f82f5d680b709a3f0 | |
parent | d4a7e4e179f946e12708f758d30a07f931fd5a84 (diff) | |
download | postgresql-7b2ad4342603c9796bf28dbe84aca247b2bfa9f8.tar.gz postgresql-7b2ad4342603c9796bf28dbe84aca247b2bfa9f8.zip |
Sort includes in alphabetical order
Added by commit 042a66291b04, no backpatch needed.
-rw-r--r-- | src/backend/utils/adt/mcxtfuncs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/adt/mcxtfuncs.c b/src/backend/utils/adt/mcxtfuncs.c index 206b601a52b..7ec2c225016 100644 --- a/src/backend/utils/adt/mcxtfuncs.c +++ b/src/backend/utils/adt/mcxtfuncs.c @@ -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" |