diff options
Diffstat (limited to 'src/backend/libpq/pqcomm.c')
-rw-r--r-- | src/backend/libpq/pqcomm.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/backend/libpq/pqcomm.c b/src/backend/libpq/pqcomm.c index 1c9f7c29458..5bff53e54f3 100644 --- a/src/backend/libpq/pqcomm.c +++ b/src/backend/libpq/pqcomm.c @@ -28,7 +28,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pqcomm.c,v 1.73 1999/07/07 17:17:47 momjian Exp $ + * $Id: pqcomm.c,v 1.74 1999/07/15 22:39:15 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -81,10 +81,6 @@ #include "libpq/libpq.h" /* where my declarations go */ #include "miscadmin.h" -#include "libpq/pqsignal.h" -#include "libpq/auth.h" -#include "storage/ipc.h" -#include "utils/trace.h" #ifndef SOMAXCONN #define SOMAXCONN 5 /* from Linux listen(2) man page */ |