Skip to content

Commit eb3bc0b

Browse files
committed
Re-alphabetize #include directives.
Thomas Munro
1 parent d2ce38e commit eb3bc0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/postmaster/bgworker.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
#include <unistd.h>
1616

17-
#include "miscadmin.h"
1817
#include "libpq/pqsignal.h"
18+
#include "miscadmin.h"
19+
#include "pgstat.h"
1920
#include "postmaster/bgworker_internals.h"
2021
#include "postmaster/postmaster.h"
21-
#include "pgstat.h"
2222
#include "storage/barrier.h"
2323
#include "storage/dsm.h"
2424
#include "storage/ipc.h"

0 commit comments

Comments
 (0)