Skip to content
Snippets Groups Projects
Commit eb3bc0bd authored by Robert Haas's avatar Robert Haas
Browse files

Re-alphabetize #include directives.

Thomas Munro
parent d2ce38e2
Branches
Tags
No related merge requests found
...@@ -14,11 +14,11 @@ ...@@ -14,11 +14,11 @@
#include <unistd.h> #include <unistd.h>
#include "miscadmin.h"
#include "libpq/pqsignal.h" #include "libpq/pqsignal.h"
#include "miscadmin.h"
#include "pgstat.h"
#include "postmaster/bgworker_internals.h" #include "postmaster/bgworker_internals.h"
#include "postmaster/postmaster.h" #include "postmaster/postmaster.h"
#include "pgstat.h"
#include "storage/barrier.h" #include "storage/barrier.h"
#include "storage/dsm.h" #include "storage/dsm.h"
#include "storage/ipc.h" #include "storage/ipc.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment