aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-19 06:27:33 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-19 06:27:33 +0000
commit0eac5b0ed5f57f1567ade5685701f9f0b2d7c7dd (patch)
tree95147a8a4173cccc145d9a63c307aac10b2171c9 /src/include/executor
parente77f64af62409c5b10f76e5d66706358ae5f4600 (diff)
downloadpostgresql-0eac5b0ed5f57f1567ade5685701f9f0b2d7c7dd.tar.gz
postgresql-0eac5b0ed5f57f1567ade5685701f9f0b2d7c7dd.zip
Welp, another subdirectory cleaned out of redundant/unused #include
files
Diffstat (limited to 'src/include/executor')
-rw-r--r--src/include/executor/hashjoin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/executor/hashjoin.h b/src/include/executor/hashjoin.h
index 4e3dcc81c0a..42096fda8e2 100644
--- a/src/include/executor/hashjoin.h
+++ b/src/include/executor/hashjoin.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: hashjoin.h,v 1.1 1996/08/28 07:22:13 scrappy Exp $
+ * $Id: hashjoin.h,v 1.2 1996/10/19 06:27:33 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef HASHJOIN_H
#define HASHJOIN_H
-#include "access/htup.h"
#include "storage/ipc.h"
/* -----------------