aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeHash.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-17 20:18:55 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-17 20:18:55 +0000
commit3406901a2928627477374769416a32b01a08b131 (patch)
treee045a16716bbeb4b90ed143260887e23f96939f5 /src/backend/executor/nodeHash.c
parentc62b8a68bf60a451f57fd026bacc91648de7433a (diff)
downloadpostgresql-3406901a2928627477374769416a32b01a08b131.tar.gz
postgresql-3406901a2928627477374769416a32b01a08b131.zip
Move some system includes into c.h, and remove duplicates.
Diffstat (limited to 'src/backend/executor/nodeHash.c')
-rw-r--r--src/backend/executor/nodeHash.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/executor/nodeHash.c b/src/backend/executor/nodeHash.c
index 71da86f9c56..214cc7f0696 100644
--- a/src/backend/executor/nodeHash.c
+++ b/src/backend/executor/nodeHash.c
@@ -6,7 +6,7 @@
* Copyright (c) 1994, Regents of the University of California
*
*
- * $Id: nodeHash.c,v 1.37 1999/07/15 22:39:08 momjian Exp $
+ * $Id: nodeHash.c,v 1.38 1999/07/17 20:16:58 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -19,9 +19,7 @@
*/
#include <sys/types.h>
-#include <stdio.h>
#include <math.h>
-#include <string.h>
#include "postgres.h"
#include "executor/execdebug.h"