summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-secure.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/libpq/fe-secure.c')
-rw-r--r--src/interfaces/libpq/fe-secure.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/libpq/fe-secure.c b/src/interfaces/libpq/fe-secure.c
index b8191b4c8f8..e55b375c516 100644
--- a/src/interfaces/libpq/fe-secure.c
+++ b/src/interfaces/libpq/fe-secure.c
@@ -28,10 +28,6 @@
#include <fcntl.h>
#include <ctype.h>
-#include "libpq-fe.h"
-#include "fe-auth.h"
-#include "libpq-int.h"
-
#ifdef WIN32
#include "win32.h"
#else
@@ -55,6 +51,10 @@
#endif
#endif
+#include "fe-auth.h"
+#include "libpq-fe.h"
+#include "libpq-int.h"
+
/*
* Macros to handle disabling and then restoring the state of SIGPIPE handling.
* On Windows, these are all no-ops since there's no SIGPIPEs.