]> granicus.if.org Git - postgresql/commit
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)
commitc0faa727507ed34db0d02769d21bbaaf9605e2e4
treed0e6876616a9bc247866fc639b36beecfd556919
parent23cccb17fe0bbb5df86780da5c346cc060c21421
Remove unnecessary header from be-secure-gssapi.c

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