diff options
Diffstat (limited to 'src/backend/libpq/pqcomm.c')
-rw-r--r-- | src/backend/libpq/pqcomm.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/backend/libpq/pqcomm.c b/src/backend/libpq/pqcomm.c index 062488184e..e8361b8535 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.79 1999/07/17 05:16:15 momjian Exp $ + * $Id: pqcomm.c,v 1.80 1999/07/17 20:17:03 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -58,7 +58,6 @@ * *------------------------ */ -#include <stdio.h> #include <signal.h> #include <errno.h> #include <fcntl.h> @@ -74,12 +73,6 @@ #include "postgres.h" -#if defined(HAVE_STRING_H) -#include <string.h> -#else -#include <strings.h> -#endif - #include "libpq/libpq.h" #include "utils/trace.h" /* needed for HAVE_FCNTL_SETLK */ #include "miscadmin.h" |