From 434201d8d7260d478bfe6d45db30a9233c4106ef Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 4 Nov 1996 08:53:07 +0000 Subject: another pass through. Note. all include files that have been hit so far have had extraneous include files cleaned out and are reduced to...the lowest common "include file", based on 'cc -Wall -I. test.c', where test.c is: #include "postgres.h" #include "" (ie. top of branches this time was utils/fcache2.h) --- src/include/executor/hashjoin.h | 4 ++-- src/include/executor/tuptable.h | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'src/include/executor') diff --git a/src/include/executor/hashjoin.h b/src/include/executor/hashjoin.h index 42096fda8e2..6bee61ef766 100644 --- a/src/include/executor/hashjoin.h +++ b/src/include/executor/hashjoin.h @@ -6,14 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: hashjoin.h,v 1.2 1996/10/19 06:27:33 scrappy Exp $ + * $Id: hashjoin.h,v 1.3 1996/11/04 08:52:46 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef HASHJOIN_H #define HASHJOIN_H -#include "storage/ipc.h" +#include /* ----------------- * have to use relative address as pointers in the hashtable diff --git a/src/include/executor/tuptable.h b/src/include/executor/tuptable.h index e9596739e4d..4357e1240de 100644 --- a/src/include/executor/tuptable.h +++ b/src/include/executor/tuptable.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: tuptable.h,v 1.3 1996/11/03 12:12:42 scrappy Exp $ + * $Id: tuptable.h,v 1.4 1996/11/04 08:52:47 scrappy Exp $ * * NOTES * The tuple table interface is getting pretty ugly. @@ -17,8 +17,9 @@ #ifndef TUPTABLE_H #define TUPTABLE_H -#include "access/htup.h" -#include "storage/buf.h" +#include +#include +#include /* ---------------- * Note: the executor tuple table is managed and manipulated by special -- cgit v1.2.3