Commit eb3bc0bd authored by Robert Haas's avatar Robert Haas

Re-alphabetize #include directives.

Thomas Munro
parent d2ce38e2
...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment