]> granicus.if.org Git - postgresql/commitdiff
Remove unnecessary header from be-secure-gssapi.c
authorMichael Paquier <michael@paquier.xyz>
Sat, 29 Jun 2019 02:14:21 +0000 (11:14 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sat, 29 Jun 2019 02:17:37 +0000 (11:17 +0900)
libpq/libpq-be.h is included by libpq/libpq.h so there is no need to
explicitly include it separately.

Author: Daniel Gustafsson
Reviewed-by: Julien Rouhaud
Discussion: https://postgr.es/m/A4852E46-9ED1-4861-A23B-22A83E34A084@yesql.se

src/backend/libpq/be-secure-gssapi.c

index ba8c0cd0f05fd03be071ae273037755c826cb8b5..92f39c113a7a3ab15d66c80a2c29b5dd789b5784 100644 (file)
@@ -19,7 +19,6 @@
 #include "libpq/auth.h"
 #include "libpq/be-gssapi-common.h"
 #include "libpq/libpq.h"
-#include "libpq/libpq-be.h"
 #include "libpq/pqformat.h"
 #include "miscadmin.h"
 #include "pgstat.h"