Skip to content

Commit c0faa72

Browse files
committed
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/[email protected]
1 parent 23cccb1 commit c0faa72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "libpq/auth.h"
2020
#include "libpq/be-gssapi-common.h"
2121
#include "libpq/libpq.h"
22-
#include "libpq/libpq-be.h"
2322
#include "libpq/pqformat.h"
2423
#include "miscadmin.h"
2524
#include "pgstat.h"

0 commit comments

Comments
 (0)