projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23cccb1
)
Remove unnecessary header from be-secure-gssapi.c
author
Michael Paquier
Sat, 29 Jun 2019 02:14:21 +0000
(11:14 +0900)
committer
Michael Paquier
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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/libpq/be-secure-gssapi.c
b/src/backend/libpq/be-secure-gssapi.c
index ba8c0cd0f05fd03be071ae273037755c826cb8b5..92f39c113a7a3ab15d66c80a2c29b5dd789b5784 100644
(file)
--- a/
src/backend/libpq/be-secure-gssapi.c
+++ b/
src/backend/libpq/be-secure-gssapi.c
@@
-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"