diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/libpq/auth.c | 3 | ||||
-rw-r--r-- | src/interfaces/libpq/fe-auth.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/backend/libpq/auth.c b/src/backend/libpq/auth.c index b374077ee41..35fe2801aeb 100644 --- a/src/backend/libpq/auth.c +++ b/src/backend/libpq/auth.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.119 2004/10/12 21:54:38 petere Exp $ + * $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.120 2004/12/20 17:13:40 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -150,7 +150,6 @@ pg_krb4_recvauth(Port *port) */ #include <krb5.h> -#include <com_err.h> /* * pg_an_to_ln -- return the local name corresponding to an authentication diff --git a/src/interfaces/libpq/fe-auth.c b/src/interfaces/libpq/fe-auth.c index fa586ce5b86..92832ed58f3 100644 --- a/src/interfaces/libpq/fe-auth.c +++ b/src/interfaces/libpq/fe-auth.c @@ -10,7 +10,7 @@ * exceed INITIAL_EXPBUFFER_SIZE (currently 256 bytes). * * IDENTIFICATION - * $PostgreSQL: pgsql/src/interfaces/libpq/fe-auth.c,v 1.95 2004/11/09 15:57:57 petere Exp $ + * $PostgreSQL: pgsql/src/interfaces/libpq/fe-auth.c,v 1.96 2004/12/20 17:13:41 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -243,7 +243,6 @@ pg_krb4_sendauth(char *PQerrormsg, int sock, */ #include <krb5.h> -#include <com_err.h> /* * pg_an_to_ln -- return the local name corresponding to an authentication |