diff options
Diffstat (limited to 'src/backend/executor/nodeHash.c')
-rw-r--r-- | src/backend/executor/nodeHash.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/executor/nodeHash.c b/src/backend/executor/nodeHash.c index 92102486c21..466452df8e0 100644 --- a/src/backend/executor/nodeHash.c +++ b/src/backend/executor/nodeHash.c @@ -7,7 +7,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * - * $Id: nodeHash.c,v 1.64 2002/08/24 15:00:46 tgl Exp $ + * $Id: nodeHash.c,v 1.65 2002/09/02 02:47:02 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -19,7 +19,6 @@ */ #include "postgres.h" -#include <sys/types.h> #include <math.h> #include "access/hash.h" |